We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7602d65 + 3c4bbc9 commit c94a01dCopy full SHA for c94a01d
source/layouts/layout.erb
@@ -46,6 +46,15 @@ under the License.
46
<% else %>
47
<%= javascript_include_tag "all_nosearch" %>
48
<% end %>
49
+ <!-- Global site tag (gtag.js) - Google Analytics -->
50
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-8KCYZ2CYMS"></script>
51
+ <script>
52
+ window.dataLayer = window.dataLayer || [];
53
+ function gtag(){dataLayer.push(arguments);}
54
+ gtag('js', new Date());
55
+
56
+ gtag('config', 'G-8KCYZ2CYMS');
57
+ </script>
58
</head>
59
60
<body class="<%= page_classes %><% if current_page.data.warning %> has-warning<% end %>" data-languages="<%=h language_tabs.map{ |lang| lang.is_a?(Hash) ? lang.keys.first : lang }.to_json %>">
0 commit comments