Skip to content

Commit c53bcfe

Browse files
authored
Merge pull request #1430 from kirito269/master
Fix Issues 1134
2 parents c59b2c0 + 30a9d19 commit c53bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/_scripts/third-party/analytics/google-analytics.swig

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

0 commit comments

Comments
 (0)