Skip to content

Commit e4d4557

Browse files
committed
📝 add google analytics
1 parent 1989947 commit e4d4557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer-links:
4242
disqus: clear-script
4343

4444
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
45-
google_analytics:
45+
google_analytics: UA-128110062-2
4646

4747
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
4848
# Used for Sitemap.xml and your RSS feed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{% include head.html %}
1111
{% include opengraph.html %}
1212
{% include twittercard.html %}
13+
{% include analytics.html %}
1314
</head>
1415

1516
<body id="top">

0 commit comments

Comments
 (0)