chore: consistent sort
This commit is contained in:
parent
16ceb7b0f9
commit
e777c0e162
3 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ layout: default
|
|||
{% tablericon "books" "Books" %}
|
||||
Books
|
||||
</h2>
|
||||
{% assign bookData = books | bookStatus: 'started' %}
|
||||
{% assign bookData = books | bookStatus: 'started' | reverse %}
|
||||
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 6 %}
|
||||
{% render "partials/recent-links.liquid", links:collections.links %}
|
||||
<h2 id="movies" class="now-header flex-centered">
|
||||
|
|
Reference in a new issue