all repos — zola-bearblog @ 3560f40a578151680b5ffb7c0237c8c88424ca37

Port of bear blog theme to zola

Don't reverse the order of pages

Alan Pearce
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>