X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/daead1a8b052cfe15d4f9e282b05b92bffc66c46..80695973ac0e3dd9a846f055d43fe3969b711144:/layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 96c9f94..2a8e053 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,7 @@ {{ .Content }} - {{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }} + {{ if .Site.Params.disqusShortname }}

Comments

{{ partial "disqus" . }} {{ end }}