blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 2a8cd2e20972627d9b55b07e07d6ae41066b3479
parent 9c8dfa90ee7dd2be0304f1696f95d482f71a5875
Author: Peter <peter@minskio.co.uk>
Date:   Tue,  8 Mar 2022 15:24:36 +0000

Add missing li tags

Diffstat:
Mthemes/Brine/layouts/_default/baseof.html | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 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>