summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorPeter2022-03-08 15:24:36 +0000
committerPeter2022-03-08 15:24:36 +0000
commit2a8cd2e20972627d9b55b07e07d6ae41066b3479 (patch)
tree402a3181cfb0518a95270333547086b42de110a3 /themes
parent9c8dfa90ee7dd2be0304f1696f95d482f71a5875 (diff)
downloadblog.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')
-rw-r--r--themes/Brine/layouts/_default/baseof.html10
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>&copy; {{ now.Format "2006" }}</li>