diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 9 |
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> |