mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
16 lines
523 B
HTML
16 lines
523 B
HTML
<footer class="site-footer">
|
||
<div class="container">
|
||
<form action="https://duckduckgo.com/" method="get" class="search-form">
|
||
<fieldset role="search" class="search-form__fieldset">
|
||
<input type="hidden" name="sites" value="https://danbarber.me">
|
||
<input class="search-form__input" type="search" name="q" results="0"
|
||
placeholder="Search">
|
||
|
||
{{ partial "search.svg" . }}
|
||
</fieldset>
|
||
</form>
|
||
|
||
<p>Copyright © {{ now.Format "2006" }} – Dan Barber</p>
|
||
</div>
|
||
</footer>
|