diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-07 09:30:22 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-07 09:30:22 +0700 |
commit | 2e719ef23ec8ab2a48e610dd6c5410cbe7448190 (patch) | |
tree | ff8db4f0794c933a80aae560c6d2f7172bb3922c /create-webring.sh | |
parent | 8a485b6ba516b177c5b37ad6e25fd0619f422986 (diff) | |
download | blog-2e719ef23ec8ab2a48e610dd6c5410cbe7448190.tar.gz |
Update webring
Diffstat (limited to 'create-webring.sh')
-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 |