summaryrefslogtreecommitdiff
path: root/templates/replies/index.jinja
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-24 17:12:34 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-24 17:12:34 -0600
commita0ff547c4bd4361f60baf2d82d511a291b5996ff (patch)
tree99d99ee7c27a7f28d44f74735327027099a25fc9 /templates/replies/index.jinja
parent4aa78f692bc4346a7a565cdedae9acd1cd1e75dc (diff)
Improve comments rendering
Diffstat (limited to 'templates/replies/index.jinja')
-rw-r--r--templates/replies/index.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/replies/index.jinja b/templates/replies/index.jinja
index df0705a..c1fc6ea 100644
--- a/templates/replies/index.jinja
+++ b/templates/replies/index.jinja
@@ -1,4 +1,4 @@
-<div id="comment-section" class="comment-section">
+<div id="replies-section-{{comment.id}}" class="replies-section">
{% for reply in page.items %}
<div id="reply-{{reply.id}}" class="comment">
<section class="comment-meta">
@@ -6,7 +6,7 @@
{% if reply.author is eq('') %}
Anonymous said:
{% else %}
- {{ reply.author }} said:
+ {{ reply.author }} replied:
{% endif %}
</div>
<div class="date">