feat: resolve timing with producing follow feed
This commit is contained in:
parent
ca31cd4f0e
commit
c37fc2f1a3
10 changed files with 133 additions and 193 deletions
13
src/feeds/follow.json.liquid
Normal file
13
src/feeds/follow.json.liquid
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/follow.json
|
||||
---
|
||||
{% render "partials/feeds/json.liquid"
|
||||
permalink:'/feeds/follow.json'
|
||||
title:'Follow • Cory Dransfeldt'
|
||||
data:collections.followContent
|
||||
updated:collections.followContent[0].date
|
||||
site:site
|
||||
tagMap:collections.tagMap
|
||||
%}
|
Reference in a new issue