diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 22:18:58 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 22:18:58 +0700 |
commit | ae3f3fcb790da7e0b0b8fa1c7f6d317020606e17 (patch) | |
tree | 5856b8adce4e58f383ff97566287c6dc454c0ca6 | |
parent | 083f58d2bfcd89106701e294ee388c160cee1db4 (diff) | |
download | blog-ae3f3fcb790da7e0b0b8fa1c7f6d317020606e17.tar.gz |
Shorten the length of the posts
-rwxr-xr-x | create-webring.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/create-webring.sh b/create-webring.sh index 43cb319..6d91b77 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -1,6 +1,5 @@ # Create webring -openring \ - -s https://blog.golang.org/feed.atom \ +openring -l 100 \ -s https://drewdevault.com/feed.xml \ -s https://news.opensuse.org/feed/ \ -s https://stallman.org/rss/rss.xml \ |