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 18d3f3b commit ebd3ee8Copy full SHA for ebd3ee8
themes/compose/layouts/partials/custom/headernav.html
@@ -210,6 +210,15 @@
210
gtag('js', new Date());
211
gtag('config', 'G-X58KQN9B6R');
212
</script>
213
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-28SMM0SV5D">
214
+</script>
215
+<script>
216
+ window.dataLayer = window.dataLayer || [];
217
+ function gtag(){dataLayer.push(arguments);}
218
+ gtag('js', new Date());
219
+
220
+ gtag('config', 'G-28SMM0SV5D');
221
222
{{- $s := .Site }} {{- $sp := $s.Params }}
223
<div class="trfl-nav-header">
224
<div class="trfl-nav-header-left">
0 commit comments