Skip to content

Commit 41055d0

Browse files
committed
added google analytics hopefully correctly
1 parent 4458040 commit 41055d0

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

_includes/analytics.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script>
2+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6+
7+
ga('create', 'UA-84522814-1', 'auto');
8+
ga('send', 'pageview');
9+
10+
</script>

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
{% include footer.html %}
1515

16+
{% include analytics.html %}
1617
</body>
1718

1819
</html>

posts.html

+11
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ <h2>{{ cat | capitalize }}</h2>
2525
{% if forloop.last == false %}<hr>{% endif %}
2626
{% endfor %}
2727
<br>
28+
29+
<script>
30+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
31+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
32+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
33+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
34+
35+
ga('create', 'UA-84522814-1', 'auto');
36+
ga('send', 'pageview');
37+
38+
</script>

0 commit comments

Comments
 (0)