Skip to content

Commit ebd3ee8

Browse files
authored
Update headernav.html (#11)
1 parent 18d3f3b commit ebd3ee8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

themes/compose/layouts/partials/custom/headernav.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@
210210
gtag('js', new Date());
211211
gtag('config', 'G-X58KQN9B6R');
212212
</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+
</script>
213222
{{- $s := .Site }} {{- $sp := $s.Params }}
214223
<div class="trfl-nav-header">
215224
<div class="trfl-nav-header-left">

0 commit comments

Comments
 (0)