From f9682de190f3a91d6ceaef45525f39b26b4c31e2 Mon Sep 17 00:00:00 2001 From: Andrew Hancock Date: Mon, 9 Aug 2021 21:26:52 +0100 Subject: [PATCH 1/2] Update feeds.json added my Word Press blog site, it's large! --- feeds.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/feeds.json b/feeds.json index 067b2ab..c923d40 100644 --- a/feeds.json +++ b/feeds.json @@ -9,4 +9,8 @@ "github_username": "closebracket", "feed_uri": "https://love.edwardcharl.es/rss/" } -] + { + "author_name": "Andrew Hancock", + "github_username": "einsteinagogo", + "feed_uri": "https://andysworld.org.uk/feed/" + ] From 375d8254992ebac79d53db40e17132ad51566c7d Mon Sep 17 00:00:00 2001 From: Andrew Hancock Date: Mon, 9 Aug 2021 21:30:06 +0100 Subject: [PATCH 2/2] Update feeds.json Typo in json --- feeds.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/feeds.json b/feeds.json index c923d40..2d5afcb 100644 --- a/feeds.json +++ b/feeds.json @@ -8,9 +8,10 @@ "author_name": "Edward Charles", "github_username": "closebracket", "feed_uri": "https://love.edwardcharl.es/rss/" - } + }, { "author_name": "Andrew Hancock", "github_username": "einsteinagogo", "feed_uri": "https://andysworld.org.uk/feed/" - ] + } +]