feat: cms integration
This commit is contained in:
parent
ff77bdaf36
commit
d23243b177
1050 changed files with 1032 additions and 27229 deletions
|
@ -9,5 +9,4 @@ permalink: /feeds/all.json
|
|||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
tagMap:collections.tagMap
|
||||
%}
|
|
@ -3,7 +3,6 @@ layout: null
|
|||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/posts
|
||||
---
|
||||
{%- assign posts = collections.posts | reverse -%}
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/posts"
|
||||
title:"Cory Dransfeldt"
|
||||
|
|
|
@ -7,7 +7,7 @@ permalink: /feeds/links
|
|||
permalink:"/feeds/links"
|
||||
title:"Links • Cory Dransfeldt"
|
||||
description:"Links I've liked."
|
||||
data:collections.links
|
||||
updated:collections.links[0].data.date
|
||||
data:links
|
||||
updated:links[0].date
|
||||
site:site
|
||||
%}
|
Reference in a new issue