mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-19 10:33:26 +02:00
36 lines
1006 B
HTML
36 lines
1006 B
HTML
<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>
|
|
</nav>
|