From a90641c1d1c335be62391bcd892fbded92b02a6e Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Thu, 7 Sep 2023 05:03:32 -0400 Subject: [PATCH] Fix broken RSS feed source URL (#3033) --- website/src/blogs-atom-feed.njk | 2 +- website/src/blogs-rss-feed.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/blogs-atom-feed.njk b/website/src/blogs-atom-feed.njk index ea58fa2d1..849cedcf1 100644 --- a/website/src/blogs-atom-feed.njk +++ b/website/src/blogs-atom-feed.njk @@ -5,7 +5,7 @@ metadata: title: SimpleX Chat Blog subtitle: It allows you to stay up to date with the latest Blogs from SimpleX Chat. language: en - url: https://simplex.chat/, + url: https://simplex.chat/ author: name: SimpleX Chat email: chat@simplex.chat diff --git a/website/src/blogs-rss-feed.njk b/website/src/blogs-rss-feed.njk index 5163a7520..c84362eab 100644 --- a/website/src/blogs-rss-feed.njk +++ b/website/src/blogs-rss-feed.njk @@ -5,7 +5,7 @@ metadata: title: SimpleX Chat Blog subtitle: It allows you to stay up to date with the latest Blogs from SimpleX Chat. language: en - url: https://simplex.chat/, + url: https://simplex.chat/ author: name: SimpleX Chat email: chat@simplex.chat