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

View File

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