From 766f7940bc98ec0c533daf1c20dca88403e4dd84 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 9 Sep 2025 12:21:11 -0600 Subject: [PATCH 1/5] remove fathom Signed-off-by: Kyle J. Davis --- templates/includes/head.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/includes/head.html b/templates/includes/head.html index 6f618979..04f73a13 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -41,9 +41,5 @@ - - - - {% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %} \ No newline at end of file From 79d4340fc252e81390ba2687cc049e10dd69c449 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 9 Sep 2025 12:22:40 -0600 Subject: [PATCH 2/5] add linux standard cookie banner Signed-off-by: Kyle J. Davis --- templates/includes/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/includes/head.html b/templates/includes/head.html index 04f73a13..87c315bb 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -41,5 +41,8 @@ + + + {% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %} \ No newline at end of file From 5e56a3d52a47b446baf35ce62d1b6d4d03a13d46 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 9 Sep 2025 12:27:43 -0600 Subject: [PATCH 3/5] adds google analytics Signed-off-by: Kyle J. Davis --- templates/default.html | 4 ++++ templates/includes/head.html | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/templates/default.html b/templates/default.html index 66f404ef..67df0e1e 100644 --- a/templates/default.html +++ b/templates/default.html @@ -112,5 +112,9 @@

+ + + diff --git a/templates/includes/head.html b/templates/includes/head.html index 87c315bb..90a70188 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -44,5 +44,14 @@ + + + + + {% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %} \ No newline at end of file From 5154f96c0437ff1b2ddf494ebc14e89acdd89da5 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 9 Sep 2025 15:12:37 -0600 Subject: [PATCH 4/5] fix spacing Signed-off-by: Kyle J. Davis --- templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html b/templates/default.html index 67df0e1e..2f2207ee 100644 --- a/templates/default.html +++ b/templates/default.html @@ -113,7 +113,7 @@ - From f6cc9cae7515963b1dc04d0fec71dd39d7fb23f8 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Thu, 11 Sep 2025 07:24:00 -0600 Subject: [PATCH 5/5] Update templates/default.html Co-authored-by: Madelyn Olson Signed-off-by: Kyle J. Davis --- templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html b/templates/default.html index 2f2207ee..9f302d17 100644 --- a/templates/default.html +++ b/templates/default.html @@ -115,6 +115,6 @@ - +