Skip to content

Commit b4b4989

Browse files
committed
show oldest comments first
1 parent fdf183a commit b4b4989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/webmentions.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div class="webmention-replies">
5959
<h3>{{ repliesSize }} {% if repliesSize == "1" %}Reply{% else %}Replies{% endif %}</h3>
6060

61-
{% for webmention in replies | reverse %}
61+
{% for webmention in replies %}
6262
{% include 'layouts/webmention.njk' %}
6363
{% endfor %}
6464
</div>

0 commit comments

Comments
 (0)