tpl: Always load GA script over HTTPS

This commit is contained in:
Christian Oliff
2018-06-10 06:47:44 +09:00
committed by Bjørn Erik Pedersen
parent 65deb72dc4
commit 2e6712e281
3 changed files with 4 additions and 4 deletions

View File

@@ -23,6 +23,6 @@ if (!doNotTrack) {
ga('send', 'pageview');
}
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
{{ end }}
{{- end -}}
{{- end -}}