summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 72732ef..fe33269 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,5 +22,7 @@
{{ if not (in (slice "drama" "narrative" "poem") $postType) }}
{{ partial "post-tags.html" . }}
{{ end }}
+
+ {{ partial "comments.html" . }}
</article>
{{ end }}