1

Durcit le formulaire de recherche

This commit is contained in:
2026-04-04 01:25:26 +02:00
parent a1b86b4cae
commit 324118a821
2 changed files with 65 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
<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">
<input id="header-search-input" type="search" name="{{ $site.Params.search.param }}" required maxlength="200" 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>