fix: book feed
This commit is contained in:
parent
75562d73f5
commit
c548bbcc07
2 changed files with 4 additions and 3 deletions
|
@ -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