From a2083c53107a8f36a41af2ae2d687b9bcb7be8ed Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 19 Apr 2021 01:47:12 +0100 Subject: disabling Google FLoC --- templates/base.html | 1 + templates/cavebase.html | 2 +- templates/expobase.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 820a4ee..31523d3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,6 +2,7 @@ + {% block title %}Troggle{% endblock %} diff --git a/templates/cavebase.html b/templates/cavebase.html index 9cb6bcc..81fc979 100644 --- a/templates/cavebase.html +++ b/templates/cavebase.html @@ -2,7 +2,7 @@ - + {% block title %}{{ cave.official_name|safe }}{% endblock %} diff --git a/templates/expobase.html b/templates/expobase.html index 972a3ee..f3c6918 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -1,6 +1,7 @@ {% autoescape off %} + {% block title %}{% endblock %} -- cgit v1.2.3