Skip to content

Commit 7632947

Browse files
Update default.html
1 parent 96337b7 commit 7632947

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_layouts /default.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
{% seo %}
99

1010
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
11-
<!-- Google tag (gtag.js) -->
12-
{% if site.google_analytics %}
13-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
11+
<!-- Google tag (gtag.js) -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LC9J5G7XX4"></script>
1413
<script>
1514
window.dataLayer = window.dataLayer || [];
1615
function gtag(){dataLayer.push(arguments);}
1716
gtag('js', new Date());
18-
gtag('config', '{{ site.google_analytics }}');
17+
18+
gtag('config', 'G-LC9J5G7XX4');
1919
</script>
20-
{% endif %}
2120
</head>
2221

2322
<body>

0 commit comments

Comments
 (0)