Skip to content

Commit

Permalink
change book section ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Sep 5, 2023
1 parent 3009d6e commit 346ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/book-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<main class="books">
<h1>Books</h1>
<div class="books-list">
{% for page in section.pages %}
{% for page in section.pages | reverse %}
<a href="{{ page.permalink }}" class="books-list-item">
<div class="books-list-item-title">{{ page.title }}</div>
<div class="books-list-item-separator"></div>
Expand Down

0 comments on commit 346ace7

Please sign in to comment.