diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav.html | 4 |
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> |
