We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a43477 commit 09dcfa5Copy full SHA for 09dcfa5
source/_templates/home.html
@@ -1,6 +1,14 @@
1
<!doctype html>
2
<html lang=en>
3
<head>
4
+<!-- Google tag (gtag.js) -->
5
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-35GQBT0DZP"></script>
6
+<script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+ gtag('config', 'G-35GQBT0DZP');
11
+</script>
12
<meta charset=utf-8>
13
<title>{{ project }}</title>
14
<meta name=description content="{{ description }}">
0 commit comments