Skip to content

Commit 9abedb5

Browse files
committed
fixing bug that google analytics does not use variable
Signed-off-by: vsoch <[email protected]>
1 parent d2b4027 commit 9abedb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Critical items to know are:
1414
- changed behaviour
1515

1616
## [master](https://github.com/vsoch/docsy-jekyll/tree/master)
17-
- updating repository with copyright notice (0.0.2)
17+
- updating repository with copyright notice, google analytics bug fix (0.0.2)
1818
- fixing link to repository in about.md (0.0.19)
1919
- use jquery locally, in case that jquery is unreachable in some places (0.0.18)
2020
- hiding sidebar links to reflect parent functionality (0.0.17)

_includes/google-analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var doNotTrack = false;
44
if (!doNotTrack) {
55
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
6-
ga('create', 'UA-00000000-0', 'auto');
6+
ga('create', '{{ site.google-analytics }}', 'auto');
77
ga('send', 'pageview');
88
}
99
</script>{% endif %}

0 commit comments

Comments
 (0)