From: Yihui Xie Date: Tue, 27 Jun 2017 11:40:01 +0000 (-0500) Subject: tpl: Improve the built-in Disqus template (#3639) X-Git-Tag: v0.25~34 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e1e4934b;p=brevno-suite%2Fhugo tpl: Improve the built-in Disqus template (#3639) * Improve the built-in Disqus template Set `disqus_identifier`, `disqus_title`, and `disqus_url` only if the user has explicitly provided them. Do not load Disqus when the website is previewed locally, otherwise it is very confusing. * Use disqus_config instead of three global variables https://help.disqus.com/customer/portal/articles/472098-javascript-configuration-variables --- diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index fb5ce71e..1e5d246d 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -167,14 +167,18 @@ func (t *templateHandler) embedTemplates() { t.addInternalTemplate("", "disqus.html", `{{ if .Site.DisqusShortname }}