summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2016-12-31 12:43:02 +0100
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-12-31 12:43:33 +0100
commit02d6f5320f4202e2f403151c0aa6902f0a5e3efc (patch)
tree6a086b868b6d7d3436b18b5d11fc3acdd2c8ef7f /tpl
parent73c1e271f7f2786c0342937641b55655763966d7 (diff)
tpl: Use HTTPS in Google Analytics template
Fixes #2858
Diffstat (limited to 'tpl')
-rw-r--r--tpl/template_embedded.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go
index f6dfc7de2..3dca82bc5 100644
--- a/tpl/template_embedded.go
+++ b/tpl/template_embedded.go
@@ -242,7 +242,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ . }}', 'auto');
ga('send', 'pageview');