diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-30 00:10:57 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-30 00:10:57 +0700 |
commit | 36944436a976fec36b97fcff76e940e5e3676861 (patch) | |
tree | 221ef8a61b851dc583c27fb995fbf2642e963d35 /create-webring.sh | |
parent | 73d8c01b2c6a80353125d96b628b57671a3367ac (diff) | |
download | blog-36944436a976fec36b97fcff76e940e5e3676861.tar.gz |
Add Home to menu
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-x | create-webring.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-webring.sh b/create-webring.sh index 3cfde29..98494d5 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -6,6 +6,6 @@ openring \ -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 \ + -s https://cnx.srht.site/feed.xml \ < webring.template \ > layouts/partials/custom-webring.html |