From 23ea674eea9acf4ae59004e90bb19caf14531af3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 11:22:01 -0700 Subject: [PATCH] fix: feed syntax --- src/feed.11ty.liquid | 2 +- src/follow.11ty.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/feed.11ty.liquid b/src/feed.11ty.liquid index ac90c2e0..b85184ee 100644 --- a/src/feed.11ty.liquid +++ b/src/feed.11ty.liquid @@ -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", diff --git a/src/follow.11ty.liquid b/src/follow.11ty.liquid index 171ce549..c5fbdd05 100644 --- a/src/follow.11ty.liquid +++ b/src/follow.11ty.liquid @@ -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",