feat: paginate search results
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/templates/blocks/search.gotmpl → frontend/templates/blocks/search.gotmpl
@@ -9,7 +9,7 @@ <input id="query" name="query" type="search" value="{{ .Query }}" /> <button>Search</button> </fieldset> </form> - {{- with .Results }} + {{- if .Results }} {{ block "results" . }}{{ end }} {{- end }} {{- end }}