summaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8ef9181..c6d1215 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -47,6 +47,7 @@ layout: default
{% endif %}
<hr>
+{% if site.comments %}
<h2>
kometarji
</h2>
@@ -78,3 +79,4 @@ layout: default
{% include commentreplyform.html %}
{{ return }}
</div>
+{% endif %}