From 8666e977210c09b91a8a0278cd6447e18eb94977 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 29 Jan 2026 09:40:00 -0500 Subject: [PATCH] Only show Comments header in site mode, not embed mode --- remarkbox/templates/show-node.j2 | 2 ++ 1 file changed, 2 insertions(+) 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) }}