Implementeren zoekfunctionaliteit
This commit is contained in:
parent
55c242d4b6
commit
372746317e
16 changed files with 247 additions and 13 deletions
4
themes/nluug/layouts/partials/search-form.html
Normal file
4
themes/nluug/layouts/partials/search-form.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<form action="/zoeken/" method="GET">
|
||||
🔍 <input type="search" name="q" id="search-query" placeholder="Zoekterm..">
|
||||
<button type="submit">Zoek</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue