From a556b17d2dc328acd4c77d826a248122c9c0eee4 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Thu, 20 Jan 2022 10:38:02 +0000 Subject: [PATCH] Rip out analytics Closes #423 --- templates/analytics.html | 21 --------------------- templates/base.html | 1 - templates/base_embed.html | 1 - 3 files changed, 23 deletions(-) delete mode 100644 templates/analytics.html diff --git a/templates/analytics.html b/templates/analytics.html deleted file mode 100644 index f69cda29..00000000 --- a/templates/analytics.html +++ /dev/null @@ -1,21 +0,0 @@ -{% if not debug %} - -{% endif %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5f952c85..9c7cb706 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,6 @@ -{% include "analytics.html" %} {% block navbar %}