summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/nav.html b/_includes/nav.html
index 7488559..aff45fe 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -1,7 +1,9 @@
<header>
<h1><a href="/">{{ site.title }}</a></h1>
{% assign parts = page.url | split: '/' %}
-{% if page.url != "/" %}
+{% if page.url == "/" %}
+ <h1 id="search"><a href="/cgi-bin/find.cgi">Search</a></h1>
+{% else %}
/ <h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
{% endif %}
</header>