From 12b32b66004d9242191c5ff4ab7e5e6347584b7c Mon Sep 17 00:00:00 2001 From: partisan Date: Sun, 9 Jun 2024 21:59:29 +0200 Subject: [PATCH] dynamic page loading --- templates/text.html | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/templates/text.html b/templates/text.html index eef8e4c..408c595 100644 --- a/templates/text.html +++ b/templates/text.html @@ -56,7 +56,7 @@ -
+
{{if .Results}} {{range .Results}}
@@ -70,7 +70,7 @@
No results found for '{{ .Query }}'. Try different keywords.
{{end}}
-
+
@@ -83,8 +83,35 @@