Don't reverse the order of pages
Alan Pearce alan@alanpearce.eu
Tue, 18 Apr 2023 07:25:53 +0200
2 files changed, 2 insertions(+), 2 deletions(-)
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>
M templates/taxonomy_single.html → templates/taxonomy_single.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 term.pages | reverse %} + {% for page in term.pages %} <li> <span> <i>