From bed5a7325f333fbc54fe713aa8d0dab75ef41cb7 Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Fri, 15 Jan 2021 10:49:36 +0700 Subject: [PATCH] Add feed for webring --- create-webring.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create-webring.sh b/create-webring.sh index 07ae385..45f4f23 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -6,5 +6,8 @@ openring \ -s https://blog.ipfs.io/index.xml \ -s https://disroot.org/en/blog.atom \ -s https://blog.golang.org/feed.atom \ + -s https://www.eff.org/rss/updates.xml \ + -s https://news.opensuse.org/feed.xml \ + -s https://blog.ipfs.io/index.xml \ < webring.template \ > _includes/custom-webring.html