chore: update share feeds
This commit is contained in:
parent
3c7d9b27c0
commit
4a677a9ca2
2 changed files with 2 additions and 1 deletions
src
|
@ -4,6 +4,7 @@ module.exports = async function () {
|
|||
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
|
||||
feed.addSource('rss', '📰', 'https://coryd.dev/feeds/articles')
|
||||
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
|
||||
const entries = feed.getEntries().catch()
|
||||
const res = await entries
|
||||
|
|
|
@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true
|
|||
permalink: /feeds/share-follow.json
|
||||
---
|
||||
{% render "partials/feeds/json.liquid"
|
||||
permalink:'/feeds/follow'
|
||||
permalink:'/feeds/share-follow.json'
|
||||
title:'Follow • Cory Dransfeldt'
|
||||
data:follow.posts
|
||||
updated:follow.posts[0].date_published
|
||||
|
|
Reference in a new issue