Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authoroneleaftea <oneleaftea@users.noreply.github.com>2017-08-22 20:55:29 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-22 21:26:04 +0300
commit88e1bca92c9df7e6c8b0bdf5a830a58e5ecd8e09 (patch)
tree86399b34f923193753efa0fdbb7aac49ccf1d18a /tpl
parentd000cf605091c6999b72d6c632752289bc680223 (diff)
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).
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/template_embedded.go4
1 files 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);
})();
</script>
-<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
-<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>{{end}}`)
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>{{end}}`)
// Add SEO & Social metadata
t.addInternalTemplate("", "opengraph.html", `<meta property="og:title" content="{{ .Title }}" />