mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-18 17:02:31 +00:00
disabling Google FLoC
This commit is contained in:
parent
879f6c288e
commit
a2083c5310
@ -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>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- cavebase.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" />
|
||||
<title>{% block title %}{{ cave.official_name|safe }}{% endblock %}
|
||||
</title>
|
||||
|
@ -1,6 +1,7 @@
|
||||
{% autoescape off %}
|
||||
<html>
|
||||
<head>
|
||||
<script>document.interestCohort = null;</script> <!-- Turn off Google FLoC -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user