summaryrefslogtreecommitdiff
path: root/templates/results.gtpl
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-01-21 18:31:05 -0700
committernavanchauhan <navanchauhan@gmail.com>2023-01-21 18:31:05 -0700
commit047f64463ad9104f650cac10dac7ab0d4d4d62ca (patch)
tree0b3d7e06ea8ee507bd3058ac559b32e2b45a2073 /templates/results.gtpl
parent79b857b93a7331eeb0abd61d9e7ce874c6abd87a (diff)
moved plausible to head
Diffstat (limited to 'templates/results.gtpl')
-rw-r--r--templates/results.gtpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/results.gtpl b/templates/results.gtpl
index 5b30ca9..4df4c3a 100644
--- a/templates/results.gtpl
+++ b/templates/results.gtpl
@@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<body>
+<head>
+ <title>Search Results</title>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
+</head>
<h1>Search Results</h1>
<p>Showing results for <b>{{.OriginalQuery.Query}}</b></p>
<p>Go <a href="/">home</a></p>
@@ -34,6 +38,6 @@
{{ if .MoreResults }}
<a href="/classic/search?query={{.OriginalQuery.Query}}&page={{.PrevPage}}&maxHits={{.MaxResults}}"> <p>Next Page</p></a>
{{ end }}
- <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
+
</body>
</html> \ No newline at end of file