From 054d2b3bf7eb4c5a5401565e86031f22ea754062 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 13:31:03 +0200 Subject: feat: improve accessibility and browser behaviour --- frontend/templates/blocks/results.gotmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/templates/blocks/results.gotmpl') diff --git a/frontend/templates/blocks/results.gotmpl b/frontend/templates/blocks/results.gotmpl index 95c89ca..c375156 100644 --- a/frontend/templates/blocks/results.gotmpl +++ b/frontend/templates/blocks/results.gotmpl @@ -1,10 +1,10 @@ {{- define "results" }} {{- with .Results }} {{- if gt .Total 0 }} -
+
{{ block "hits" .Hits }} {{ end }} -
+
- {{ .Total }} results + {{ .Total }} results
{{- else }} - Nothing found + Nothing found {{- end }} {{- end }} {{- end }} -- cgit 1.4.1