Skip to content

Commit 709b18c

Browse files
committed
adding missing file
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 2dc3d55 commit 709b18c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/google-analytics.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% if site.google-analytics %}<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143467500-1"></script>
2+
<script>
3+
window.dataLayer = window.dataLayer || [];
4+
function gtag(){dataLayer.push(arguments);}
5+
gtag('js', new Date());
6+
7+
gtag('config', '{{ site.google-analytics }}');
8+
</script>{% endif %}

0 commit comments

Comments
 (0)