This commit is contained in:
2019-02-28 21:16:30 +01:00
parent 48c52db2e0
commit cb156c626a
2 changed files with 11 additions and 1 deletions

View File

@@ -19,4 +19,14 @@
</div>
{{/each}}
</div>
<div class='bottomthing'>
<form action='/search'> method='post'>
<input type="hidden" value="{{this.search}}">
<ul>
{{#each this.pagenums}}
<li><input type="submit" value="{{this}}">{{this}}</input></li>
{{/each}}
</ul>
</form>
</div>
</div>