Skip to content

Commit c3d27d2

Browse files
committed
analytics
1 parent 14936ff commit c3d27d2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_includes/analytics.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
<!--
2-
put your analytics (e.g. Google Analytics) tracking code here
3-
-->
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HXKHSVRDEQ"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
gtag('config', 'G-HXKHSVRDEQ');
9+
</script>

hjroh.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html>
32

43
<head>

0 commit comments

Comments
 (0)