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