From 2e6712e2814f333caa807888c1d8a9a5a3c03709 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sun, 10 Jun 2018 06:47:44 +0900 Subject: tpl: Always load GA script over HTTPS --- tpl/tplimpl/embedded/templates.autogen.go | 2 +- tpl/tplimpl/embedded/templates/google_analytics_async.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl') diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index 7226751b2..2bcb0dcda 100644 --- a/tpl/tplimpl/embedded/templates.autogen.go +++ b/tpl/tplimpl/embedded/templates.autogen.go @@ -163,7 +163,7 @@ if (!doNotTrack) { ga('send', 'pageview'); } - + {{ end }} {{- end -}}`}, {`google_news.html`, `{{ if .IsPage }}{{ with .Params.news_keywords }} diff --git a/tpl/tplimpl/embedded/templates/google_analytics_async.html b/tpl/tplimpl/embedded/templates/google_analytics_async.html index 6a88ed855..976be11fc 100755 --- a/tpl/tplimpl/embedded/templates/google_analytics_async.html +++ b/tpl/tplimpl/embedded/templates/google_analytics_async.html @@ -23,6 +23,6 @@ if (!doNotTrack) { ga('send', 'pageview'); } - + {{ end }} -{{- end -}} \ No newline at end of file +{{- end -}} -- cgit v1.2.3