diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:31:05 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:31:05 -0700 |
commit | 047f64463ad9104f650cac10dac7ab0d4d4d62ca (patch) | |
tree | 0b3d7e06ea8ee507bd3058ac559b32e2b45a2073 /templates/results.gtpl | |
parent | 79b857b93a7331eeb0abd61d9e7ce874c6abd87a (diff) |
moved plausible to head
Diffstat (limited to 'templates/results.gtpl')
-rw-r--r-- | templates/results.gtpl | 6 |
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 |