Only show Comments header in site mode, not embed mode
This commit is contained in:
parent
b39e5dd55d
commit
8666e97721
1 changed files with 2 additions and 0 deletions
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue