diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-27 21:21:53 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-27 21:21:53 +0700 |
commit | 3e57caf5dbd4e1dc971450ade0f7f3ff2ce0a798 (patch) | |
tree | 6dd5c76caa020066b6a03c15be837f4e8868693f | |
parent | 0c52a394072a4b10b3d10654de5bb7c758e0eba3 (diff) | |
download | blog-3e57caf5dbd4e1dc971450ade0f7f3ff2ce0a798.tar.gz |
Add people to webring
-rwxr-xr-x | create-webring.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/create-webring.sh b/create-webring.sh index 52f4e15..3cfde29 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -4,6 +4,8 @@ openring \ -s https://drewdevault.com/feed.xml \ -s https://news.opensuse.org/feed/ \ -s https://stallman.org/rss/rss.xml \ + -s https://hund.tty1.se/feed.xml \ + -s https://shivering-isles.com/til/feed.xml \ -s https://www.eff.org/rss/updates.xml \ < webring.template \ > layouts/partials/custom-webring.html |