From 047f64463ad9104f650cac10dac7ab0d4d4d62ca Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 21 Jan 2023 18:31:05 -0700 Subject: moved plausible to head --- templates/components/header.html | 1 + templates/document_details.html | 1 - templates/home.html | 1 - templates/results.gtpl | 6 +++++- templates/search.gtpl | 5 +++++ templates/search_results.html | 1 - 6 files changed, 11 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/components/header.html b/templates/components/header.html index 7ec672b..8537f95 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -7,4 +7,5 @@ + {{ end }} \ No newline at end of file diff --git a/templates/document_details.html b/templates/document_details.html index 17e7135..99b077b 100644 --- a/templates/document_details.html +++ b/templates/document_details.html @@ -96,6 +96,5 @@ navigator.serviceWorker.register('/static/pwabuilder-sw.js') } - \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index d031380..06fe2e8 100644 --- a/templates/home.html +++ b/templates/home.html @@ -27,6 +27,5 @@ navigator.serviceWorker.register('/static/pwabuilder-sw.js') } - \ No newline at end of file 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 @@ + + Search Results + +

Search Results

Showing results for {{.OriginalQuery.Query}}

Go home

@@ -34,6 +38,6 @@ {{ if .MoreResults }}

Next Page

{{ end }} - + \ No newline at end of file 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 @@ + + {{.GlobalVars.Name}} - Classic Mode + +

{{.GlobalVars.Name}} - Classic Mode

+

Classic mode makes it easier to scrap results and is intended for powerusers. Not updated often, but will always work without any JS

diff --git a/templates/search_results.html b/templates/search_results.html index a4c94dc..c3ea86d 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -113,6 +113,5 @@ navigator.serviceWorker.register('/static/pwabuilder-sw.js') } - \ No newline at end of file -- cgit v1.2.3