mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
improve accessibility and add search form
This commit is contained in:
8
_includes/search.html
Normal file
8
_includes/search.html
Normal file
@ -0,0 +1,8 @@
|
||||
<form method="get" id="search" action="https://duckduckgo.com/">
|
||||
<input type="hidden" name="sites" value="{{ site.url }}"/>
|
||||
<input type="hidden" name="k8" value="#222222"/>
|
||||
<input type="hidden" name="k9" value="#dc4b3c"/>
|
||||
<input type="hidden" name="kt" value="h"/>
|
||||
<input type="text" id="search__input" name="q" placeholder="Search…"/ autocomplete="off">
|
||||
<button type="submit" class="btn btn-bordered" tabindex="-1">Search</button>
|
||||
</form>
|
Reference in New Issue
Block a user