fix: feed syntax
This commit is contained in:
parent
d8e9009d22
commit
23ea674eea
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ permalink: '/feed.json'
|
|||
{% assign posts = collections.posts | reverse %}
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "All posts • Cory Dransfeldt"
|
||||
"title": "All posts • Cory Dransfeldt",
|
||||
"icon": "https://coryd.dev/static/images/avatar.webp",
|
||||
"home_page_url": "https://coryd.dev",
|
||||
"feed_url": "https://coryd.dev/feed.json",
|
||||
|
|
|
@ -4,7 +4,7 @@ permalink: '/follow.json'
|
|||
{% assign posts = follow.posts %}
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "All activity • Cory Dransfeldt"
|
||||
"title": "All activity • Cory Dransfeldt",
|
||||
"icon": "https://coryd.dev/static/images/avatar.webp",
|
||||
"home_page_url": "https://coryd.dev",
|
||||
"feed_url": "https://coryd.dev/follow.json",
|
||||
|
|
Reference in a new issue