We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a970 commit c22fd65Copy full SHA for c22fd65
1 file changed
_layouts/page.html
@@ -48,7 +48,7 @@ <h3>
48
<hr>
49
50
{% assign counter = 0 %}
51
- {% assign sortedp = site.posts | sort: 'date' | reverse %}
+ {% assign sortedp = site.posts | sort: 'date' %}
52
{% for post in sortedp %}
53
{% if post.categories contains page.title %}
54
{% assign counter=counter | plus:1 %}
0 commit comments