aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSean Dolan <sed9182@rit.edu>2019-07-28 12:15:39 -0400
committerSean Dolan <sed9182@rit.edu>2019-07-28 12:15:39 -0400
commit6aa2ca0e3341ae1f24b1674fc13944ae9dfb4457 (patch)
tree3784b302c379a10a446354b41686a29caa83dba8 /templates
parent1f4cc9c88e44761e5c3db23932da0ec3bd474746 (diff)
cancer
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 9b8432b..a2fe85f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,6 +6,15 @@
<link rel="stylesheet" href="{{ url_for('static', filename='ihatecss.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}" type="image/x-icon">
<link rel="icon" href="{{ url_for('static', filename='favicon.ico')}}" type="image/x-icon">
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-144659956-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+ gtag('config', 'UA-144659956-1');
+ </script>
+
<title>{% block title %}{% endblock %} Similar Beers</title>
{% endblock %}
</head>