Update index/search template

This commit is contained in:
James Mills
2021-01-30 19:09:53 +10:00
parent eb129f7937
commit ca9ab1bf61

View File

@@ -1,5 +1,5 @@
{{define "content"}} {{define "content"}}
<article class="container"> <div class="container">
<form action="/search" method="GET"> <form action="/search" method="GET">
<input type="text" id="search" name="q" placeholder="{{ $.SearchPrompt }}"> <input type="text" id="search" name="q" placeholder="{{ $.SearchPrompt }}">
<button id="go" type="submit"> <button id="go" type="submit">
@@ -7,5 +7,5 @@
Go! Go!
</button> </button>
</form> </form>
</article> </div>
{{end}} {{end}}