Skip to content

Commit 884e9ca

Browse files
committed
u
1 parent 1f594e6 commit 884e9ca

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

_layouts/book-shelf.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ layout: page
44
{{ content }}
55

66
{% if page.collection and page.collection.size > 0 %}
7-
{% assign collection = site[page.collection] %}
7+
{% assign collection = site[page.collection] | sort: 'title' %}
88
{% if collection and collection.size > 0 %}
9-
{% for item in collection reversed %}
9+
{% for item in collection %}
1010
{% assign current_year = item.started | date: '%Y' %}
1111
{% if current_year != year %}
1212
{% unless forloop.first %}

0 commit comments

Comments
 (0)