Skip to content

Commit 19c1c65

Browse files
authored
Update default.html
1 parent de88fb7 commit 19c1c65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/_layouts/default.html

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<!DOCTYPE html>
66

77
<html lang="{{ site.lang | default: 'en-US' }}">
8+
<!-- Google tag (gtag.js) -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BJBJ6TYVWF"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-BJBJ6TYVWF');
16+
</script>
817
{% include head.html %}
918
<body>
1019
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

0 commit comments

Comments
 (0)