fix: book feed
This commit is contained in:
parent
75562d73f5
commit
c548bbcc07
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "12.9.4",
|
||||
"version": "12.9.5",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -3,11 +3,12 @@ layout: null
|
|||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/books
|
||||
---
|
||||
{%- assign bookData = books | bookStatus: 'started' -%}
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/books"
|
||||
title:"Books • Cory Dransfeldt"
|
||||
description:"Books I'm currently reading."
|
||||
data:books
|
||||
updated:books[0].dateAdded
|
||||
data:bookData
|
||||
updated:bookData[0].dateAdded
|
||||
site:site
|
||||
%}
|
Reference in a new issue