fix: feed order
This commit is contained in:
parent
c548bbcc07
commit
4b4e00e91a
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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