We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7e2f5 commit 2e2c1f1Copy full SHA for 2e2c1f1
_includes/analytics.html
@@ -8,7 +8,7 @@
8
9
ga('create', '{{ site.google_analytics }}', 'auto');
10
ga('send', 'pageview', {
11
- 'page': '{{ page.url }}',
+ 'page': '{{ site.baseurl }}{{ page.url }}',
12
'title': '{{ page.title | replace: "'", "\\'" }}'
13
});
14
</script>
0 commit comments