summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/document_details.html1
-rw-r--r--templates/home.html1
-rw-r--r--templates/results.gtpl1
-rw-r--r--templates/search.gtpl1
-rw-r--r--templates/search_results.html1
5 files changed, 5 insertions, 0 deletions
diff --git a/templates/document_details.html b/templates/document_details.html
index 99b077b..17e7135 100644
--- a/templates/document_details.html
+++ b/templates/document_details.html
@@ -96,5 +96,6 @@
navigator.serviceWorker.register('/static/pwabuilder-sw.js')
}
</script>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/templates/home.html b/templates/home.html
index 06fe2e8..d031380 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -27,5 +27,6 @@
navigator.serviceWorker.register('/static/pwabuilder-sw.js')
}
</script>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/templates/results.gtpl b/templates/results.gtpl
index ce2b99d..5b30ca9 100644
--- a/templates/results.gtpl
+++ b/templates/results.gtpl
@@ -34,5 +34,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
diff --git a/templates/search.gtpl b/templates/search.gtpl
index 841b068..65442c7 100644
--- a/templates/search.gtpl
+++ b/templates/search.gtpl
@@ -6,5 +6,6 @@
<input type="text" name="query" placeholder="Search Query" spellcheck="false">
<input type="submit">
</form>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/templates/search_results.html b/templates/search_results.html
index c3ea86d..a4c94dc 100644
--- a/templates/search_results.html
+++ b/templates/search_results.html
@@ -113,5 +113,6 @@
navigator.serviceWorker.register('/static/pwabuilder-sw.js')
}
</script>
+ <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
</body>
</html> \ No newline at end of file