aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html
index 76f15c9..3345908 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -9,7 +9,9 @@
{{ page.content | safe }}
</section>
+{% if page.permalink is not containing('.onion') %}
<section>
{% include 'includes/comments.html' %}
</section>
+{% endif %}
{% endblock content %} \ No newline at end of file