From 88e1bca92c9df7e6c8b0bdf5a830a58e5ecd8e09 Mon Sep 17 00:00:00 2001 From: oneleaftea Date: Tue, 22 Aug 2017 10:55:29 -0700 Subject: [PATCH] Update template_embedded.go Changed disqus urls from http to https. This fixes mixed content warnings on browsers when viewing Hugo websites over SSL (https). --- tpl/tplimpl/template_embedded.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index bea0e610b..2eb9b2283 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -183,8 +183,8 @@ func (t *templateHandler) embedTemplates() { (d.head || d.body).appendChild(s); })(); - -comments powered by Disqus{{end}}`) + +comments powered by Disqus{{end}}`) // Add SEO & Social metadata t.addInternalTemplate("", "opengraph.html", `