diff options
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/layout.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_templates/layout.html b/_templates/layout.html index fb9a9c2..dbb6d28 100644 --- a/_templates/layout.html +++ b/_templates/layout.html | |||
@@ -22,16 +22,6 @@ | |||
22 | <meta name="msapplication-TileColor" content="#ffffff"> | 22 | <meta name="msapplication-TileColor" content="#ffffff"> |
23 | <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> | 23 | <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> |
24 | <meta name="theme-color" content="#ffffff"> | 24 | <meta name="theme-color" content="#ffffff"> |
25 | <!-- Global site tag (gtag.js) - Google Analytics --> | ||
26 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-91737359-11"></script> | ||
27 | <script> | ||
28 | window.dataLayer = window.dataLayer || []; | ||
29 | function gtag(){dataLayer.push(arguments);} | ||
30 | gtag('js', new Date()); | ||
31 | |||
32 | gtag('config', 'UA-91737359-11'); | ||
33 | </script> | ||
34 | |||
35 | {%- block doctype -%} | 25 | {%- block doctype -%} |
36 | <!DOCTYPE html> | 26 | <!DOCTYPE html> |
37 | {%- endblock %} | 27 | {%- endblock %} |