diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <!-- base.html - this text visible because this template has been included --> <html lang="en"> <head> +<script>document.interestCohort = null;</script> <!-- Turn off Google FLoC --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/> <title>{% block title %}Troggle{% endblock %}</title> |