summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 78a9148..edd7c70 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,10 +21,10 @@
</blockquote>
</div>
{{ end }}
- {{ if .Site.Params.cdnUtterancesJS }}
+ {{ if .Site.Params.utterancesComment }}
{{ partial "comment-utterances.html" . }}
{{ end }}
- {{ if .Site.Params.disqusShortname }}
+ {{ if .Site.Params.disqusComment }}
{{ partial "comment-disqus.html" . }}
{{ end }}
</div>