fix comments

This commit is contained in:
TheErrorExe 2025-02-28 19:06:17 +01:00
parent c785735ff6
commit 3da058c12f

View file

@ -207,7 +207,7 @@
{% for comment in comments %}
<div class="comment">
<div class="comment-author">{{ comment.author }}</div>
<div class="comment-text">{{ comment.text }}</div>
<div class="comment-text">{{ comment.text | safe}}</div>
<div class="comment-likes">👍 {{ comment.likeCount }} | {{ comment.publishedAt }}</div>
</div>
{% endfor %}