fix: feed order

This commit is contained in:
Cory Dransfeldt 2024-04-23 20:25:18 -07:00
parent c548bbcc07
commit 4b4e00e91a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "12.9.5",
"version": "12.9.6",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -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"