chore: debug
This commit is contained in:
parent
5a4824e128
commit
f3f05eaf26
5 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ eleventyExcludeFromCollections: true
|
|||
permalink: "/feeds/all.json"
|
||||
---
|
||||
{% render "partials/feeds/json.liquid"
|
||||
permalink:'/feeds/all.json'
|
||||
title:'All activity • Cory Dransfeldt'
|
||||
permalink:"/feeds/all.json"
|
||||
title:"Cory Dransfeldt: all activity"
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/all"
|
|||
---
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/all"
|
||||
title:"All activity • Cory Dransfeldt"
|
||||
title:"Cory Dransfeldt: all activity"
|
||||
description:"All of the posts and activity from my site."
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
|
|
|
@ -6,7 +6,7 @@ permalink: "/feeds/books"
|
|||
{%- assign bookData = books | bookStatus: 'finished' | bookSortDescending -%}
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/books"
|
||||
title:"Books • Cory Dransfeldt"
|
||||
title:"Cory Dransfeldt: books"
|
||||
description:"Books I'm currently reading."
|
||||
data:bookData
|
||||
updated:bookData[0].date
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/links"
|
|||
---
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/links"
|
||||
title:"Links • Cory Dransfeldt"
|
||||
title:"Cory Dransfeldt: links"
|
||||
description:"Links I've liked."
|
||||
data:links
|
||||
updated:links[0].date
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/movies"
|
|||
---
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/movies"
|
||||
title:"Movies • Cory Dransfeldt"
|
||||
title:"Cory Dransfeldt: movies"
|
||||
description:"Movies I've watched recently."
|
||||
data:movies.recentlyWatched
|
||||
updated:movies.recentlyWatched[0].lastWatched
|
||||
|
|
Reference in a new issue