Only show Comments header in site mode, not embed mode

This commit is contained in:
russell@unturf.com 2026-01-29 09:40:00 -05:00
parent b39e5dd55d
commit 8666e97721

View file

@ -80,8 +80,10 @@
</div>
<section class="comments-section">
{% if request.mode != "embed" %}
<hr class="comments-divider">
<h3 class="comments-header">Comments</h3>
{% endif %}
<div id="remark-box-{{ request.node.id }}" class="remark-box-div-main not-hidden-remark-box-div">
{{ forms.reply(request.node, request.root_node) }}