diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-25 19:34:55 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-25 19:34:55 +0800 |
| commit | 1240fc53c945666679720fbe7b24b60201ea6cfb (patch) | |
| tree | 28815cac2d2e44dcb15a3edec9592b1e354c07e3 /_includes/nav.html | |
| parent | e7e2e77368ac0d4db205c0f2819228cdb93cdb42 (diff) | |
| download | www-1240fc53c945666679720fbe7b24b60201ea6cfb.tar.gz | |
Remove search from the top and add footer.
Diffstat (limited to '_includes/nav.html')
| -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> |
