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",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.5",
|
"version": "12.9.6",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: null
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
permalink: /feeds/books
|
permalink: /feeds/books
|
||||||
---
|
---
|
||||||
{%- assign bookData = books | bookStatus: 'started' -%}
|
{%- assign bookData = books | bookStatus: 'started' | reverse -%}
|
||||||
{% render "partials/feeds/rss.liquid"
|
{% render "partials/feeds/rss.liquid"
|
||||||
permalink:"/feeds/books"
|
permalink:"/feeds/books"
|
||||||
title:"Books • Cory Dransfeldt"
|
title:"Books • Cory Dransfeldt"
|
||||||
|
|
Reference in a new issue