Don't reverse the order of pages
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/section.html → templates/section.html
@@ -9,7 +9,7 @@ <a href="{{ get_url(path="@/blog/_index.md") }}">Remove filter</a> </small> {%- endif %} <ul class="blog-posts"> - {% for page in section.pages | reverse %} + {% for page in section.pages %} <li> <span> <i>