diff options
author | Peter | 2022-03-08 15:24:36 +0000 |
---|---|---|
committer | Peter | 2022-03-08 15:24:36 +0000 |
commit | 2a8cd2e20972627d9b55b07e07d6ae41066b3479 (patch) | |
tree | 402a3181cfb0518a95270333547086b42de110a3 /themes/Brine/layouts/_default/baseof.html | |
parent | 9c8dfa90ee7dd2be0304f1696f95d482f71a5875 (diff) | |
download | blog.minskio.co.uk-2a8cd2e20972627d9b55b07e07d6ae41066b3479.tar.gz blog.minskio.co.uk-2a8cd2e20972627d9b55b07e07d6ae41066b3479.tar.bz2 blog.minskio.co.uk-2a8cd2e20972627d9b55b07e07d6ae41066b3479.zip |
Add missing li tags
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 8030e34..8fd4910 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -46,10 +46,12 @@ <li><a href="/index.xml">RSS Feed</a></li> </ul> <ul> - <form action="https://duckduckgo.com/" method="get"> - <input name="sites" type="hidden" value="{{ .Site.BaseURL }}"> - <input aria-label="Search..." name="q" type="text" placeholder="Search..." > - </form> + <li> + <form action="https://duckduckgo.com/" method="get"> + <input name="sites" type="hidden" value="{{ .Site.BaseURL }}"> + <input aria-label="Search..." name="q" type="text" placeholder="Search..." > + </form> + </li> </ul> <ul> <li>© {{ now.Format "2006" }}</li> |