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