Add a title search example
Add an example to show how to searh by title into the search bar's default text.
This commit is contained in:
parent
f83bf55d3f
commit
adda5ab547
|
@ -4,7 +4,7 @@
|
|||
</h1>
|
||||
<div class="row">
|
||||
<form action="https://<%= domain %>/_search" method="get" class="search column row">
|
||||
<input class="column" type="text" name="q" placeholder="+greentext -dotr +hits>20" value="<%= q %>"/>
|
||||
<input class="column" type="text" name="q" placeholder="+greentext -dotr +title=Part 4 +hits>20" value="<%= q %>"/>
|
||||
<input class="column column-0 button button-clear" type="submit" value="🔎"/>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue