feat: make json feed reusable

This commit is contained in:
Cory Dransfeldt 2023-09-06 12:33:19 -07:00
parent 517e849ef5
commit 69a8dfc24f
No known key found for this signature in database
6 changed files with 27 additions and 19 deletions

12
src/feeds/books.liquid Normal file
View file

@ -0,0 +1,12 @@
---
layout: null
permalink: /feeds/books
---
{% render "partials/feeds/content.liquid"
permalink:'/feeds/books'
title:'Books • Cory Dransfeldt'
data:books
updated:books[0].dateAdded
site:site
eleventy:eleventy
%}