fix: feed order
This commit is contained in:
parent
c548bbcc07
commit
4b4e00e91a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ layout: null
|
|||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/books
|
||||
---
|
||||
{%- assign bookData = books | bookStatus: 'started' -%}
|
||||
{%- assign bookData = books | bookStatus: 'started' | reverse -%}
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/books"
|
||||
title:"Books • Cory Dransfeldt"
|
||||
|
|
Reference in a new issue