1

Formulaire de recherche

This commit is contained in:
2026-02-23 15:10:11 +01:00
parent a90ea13be9
commit 7f614688d0
10 changed files with 704 additions and 1 deletions

View File

@@ -11,3 +11,11 @@
{{- end -}}
<strong>{{ $site.Title }}</strong>
</a>
<form class="site-search" role="search" method="get" action="{{ $site.Params.search.action | relURL }}" aria-label="Recherche">
<input id="header-search-input" type="search" name="{{ $site.Params.search.param }}" required aria-label="Recherche">
<button type="submit" class="ui-button" aria-label="Lancer la recherche" title="Lancer la recherche">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M11 4a7 7 0 1 0 4.9 12l4.5 4.5 1.4-1.4-4.5-4.5A7 7 0 0 0 11 4Zm0 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z"></path>
</svg>
</button>
</form>