Skip to content

Commit c22fd65

Browse files
committed
Update page.html
1 parent 794a970 commit c22fd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>
4848
<hr>
4949

5050
{% assign counter = 0 %}
51-
{% assign sortedp = site.posts | sort: 'date' | reverse %}
51+
{% assign sortedp = site.posts | sort: 'date' %}
5252
{% for post in sortedp %}
5353
{% if post.categories contains page.title %}
5454
{% assign counter=counter | plus:1 %}

0 commit comments

Comments
 (0)