search bar added to head

This commit is contained in:
ed barz 2023-03-26 20:09:39 +02:00
parent e4ac6b32ae
commit 6da04a7f31
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
<?php dynamic_sidebar( 'dyn-head-logo' ); ?> <?php dynamic_sidebar( 'dyn-head-logo' ); ?>
<?php dynamic_sidebar( 'dyn-side-header' ); ?> <?php dynamic_sidebar( 'dyn-side-header' ); ?>
<section class="headsearch">
<form action="/" method="get">
<input type="text" class="search-bar" placeholder="Rechercher" name="s" id="search" value="" />
</form>
</section>
</header> </header>