This commit is contained in:
Robin Malley 2023-03-14 00:18:26 +00:00
parent fb553be69a
commit 1adc547efe
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<form action="https://<%= domain %>/_search" method="get" class="search column row">
<input class="column" type="text" name="q" placeholder="+greentext -dotr +title=dragon +hits>20" <% if q then %> value="<%= q %>" <% end %>/>
<input class="column column-0 button button-clear" type="submit" value="&#x1F50E;"/>
</form>