We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb1ea94 + df90761 commit 32d1d56Copy full SHA for 32d1d56
layout/_scripts/third-party/analytics/google-analytics.swig
@@ -3,7 +3,7 @@
3
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
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');
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
ga('create', '{{ theme.google_analytics }}', 'auto');
8
ga('send', 'pageview');
9
</script>
0 commit comments