✨ feat: provide a partial (template) for the two search bars (#185)
This commit is contained in:
parent
7a92345bf0
commit
0e14c7d80f
1 changed files with 3 additions and 0 deletions
3
public/templates/bar.html
Normal file
3
public/templates/bar.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="search_bar">
|
||||
<input type="search" name="search-box" value="{{this.pageQuery}}" placeholder="Type to search" />
|
||||
<button type="submit" onclick="searchWeb()">search</button>
|
Loading…
Add table
Add a link
Reference in a new issue