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",