diff options
-rwxr-xr-x | create-webring.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/create-webring.sh b/create-webring.sh index 298ea68..1f30dcc 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -1,10 +1,9 @@ # Create webring openring \ + -s https://blog.golang.org/feed.atom \ -s https://drewdevault.com/feed.xml \ - -s https://stallman.org/rss/rss.xml \ -s https://news.opensuse.org/feed/ \ - -s https://blog.golang.org/feed.atom \ + -s https://stallman.org/rss/rss.xml \ -s https://www.eff.org/rss/updates.xml \ - -s https://news.opensuse.org/feed.xml \ < webring.template \ > _includes/custom-webring.html |