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 1989947 commit e4d4557Copy full SHA for e4d4557
_config.yml
@@ -42,7 +42,7 @@ footer-links:
42
disqus: clear-script
43
44
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
45
-google_analytics:
+google_analytics: UA-128110062-2
46
47
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
48
# Used for Sitemap.xml and your RSS feed
_layouts/default.html
@@ -10,6 +10,7 @@
10
{% include head.html %}
11
{% include opengraph.html %}
12
{% include twittercard.html %}
13
+ {% include analytics.html %}
14
</head>
15
16
<body id="top">
0 commit comments