summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-25 19:34:55 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-25 19:34:55 +0800
commit1240fc53c945666679720fbe7b24b60201ea6cfb (patch)
tree28815cac2d2e44dcb15a3edec9592b1e354c07e3 /_includes
parente7e2e77368ac0d4db205c0f2819228cdb93cdb42 (diff)
downloadwww-1240fc53c945666679720fbe7b24b60201ea6cfb.tar.gz
Remove search from the top and add footer.
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/_includes/nav.html b/_includes/nav.html
index aff45fe..7488559 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -1,9 +1,7 @@
<header>
<h1><a href="/">{{ site.title }}</a></h1>
{% assign parts = page.url | split: '/' %}
-{% if page.url == "/" %}
- <h1 id="search"><a href="/cgi-bin/find.cgi">Search</a></h1>
-{% else %}
+{% if page.url != "/" %}
/ <h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
{% endif %}
</header>