summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a077f47..159c328 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -65,8 +65,8 @@
<div class="single-content">
{{ .Content }}
- {{ if not .Params.disableComment }}
{{ if .Site.Params.giscus.enable }}
+ {{ if not .Params.disableComment }}
{{ partial "comments.html" . }}
{{ end }}
{{ end }}