mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-19 02:23:17 +02:00
Add: Search bar
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
<nav class="menu language">
|
||||
<ul class="menu__list language__list">
|
||||
<li class="menu__item menu__item--search">
|
||||
<form class="site-search" action="/search-results/" method="get" role="search">
|
||||
<input
|
||||
type="search"
|
||||
name="q"
|
||||
class="site-search__input"
|
||||
placeholder="Search"
|
||||
aria-label="Search blog posts and services"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<button class="site-search__btn" type="submit" aria-label="Search">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
width="14"
|
||||
height="14"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<circle cx="11" cy="11" r="7"></circle>
|
||||
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
||||
</svg>
|
||||
</button>
|
||||
</form>
|
||||
</li>
|
||||
{{- partial "header/menu.html" (dict "menuID" "main" "page" .) -}} {{- partial
|
||||
"header/language_selector.html" . -}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user