This commit is contained in:
2025-07-14 08:13:19 +00:00
parent 64f6de30fb
commit 6b74ca3b96

View File

@ -27,7 +27,7 @@
</div> </div>
{% if post.comment_status == 'closed' %} {% if post.comment_status == 'closed' %}
<p>comments for this post are closed</p> <p>comments for this post are closed by gus</p>
{% else %} {% else %}
{% include 'partials/comment-form.twig' %} {% include 'partials/comment-form.twig' %}
{% endif %} {% endif %}