diff --git a/remarkbox/templates/show-node.j2 b/remarkbox/templates/show-node.j2 index caa0f0d..8919109 100644 --- a/remarkbox/templates/show-node.j2 +++ b/remarkbox/templates/show-node.j2 @@ -80,8 +80,10 @@
+{% if request.mode != "embed" %}

Comments

+{% endif %}
{{ forms.reply(request.node, request.root_node) }}