We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6a593 commit dd33ad6Copy full SHA for dd33ad6
layouts/_default/baseof.html
@@ -3,6 +3,17 @@
3
<head>
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
+
7
+ <!-- Global site tag (gtag.js) - Google Analytics -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-60989638-4"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
14
+ gtag('config', 'UA-60989638-4');
15
+ </script>
16
17
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
18
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title>
19
<meta name="viewport" content="width=device-width,minimum-scale=1">
0 commit comments