all repos — website @ 3560f40a578151680b5ffb7c0237c8c88424ca37

My website

Don't reverse the order of pages
Alan Pearce alan@alanpearce.eu
Tue, 18 Apr 2023 07:25:53 +0200
commit

3560f40a578151680b5ffb7c0237c8c88424ca37

parent

3b726a97eb8bc4104a6659357e0889cb063d370b

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M templates/section.htmltemplates/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.htmltemplates/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>