summaryrefslogtreecommitdiff
path: root/templates/search.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/search.gtpl
parent79b857b93a7331eeb0abd61d9e7ce874c6abd87a (diff)
moved plausible to head
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r--templates/search.gtpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl
index 65442c7..9da6f12 100644
--- a/templates/search.gtpl
+++ b/templates/search.gtpl
@@ -1,7 +1,12 @@
<!DOCTYPE html>
<html>
+<head>
+ <title>{{.GlobalVars.Name}} - Classic Mode</title>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
+</head>
<body>
<h1>{{.GlobalVars.Name}} - Classic Mode</h1>
+ <p>Classic mode makes it easier to scrap results and is intended for powerusers. Not updated often, but will always work without any JS</p>
<form action="/classic/search" method="GET">
<input type="text" name="query" placeholder="Search Query" spellcheck="false">
<input type="submit">