diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-07-26 20:48:46 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-07-26 20:48:46 +0700 |
commit | 4f02b06ad5e9a4e60f07afc08551bf4c611547af (patch) | |
tree | bccd536fe091fb5f02c037fe3215dab98192c06a | |
parent | ead8dbba24ceceff3f64c2ac6635ee45257b1c62 (diff) | |
download | blog-4f02b06ad5e9a4e60f07afc08551bf4c611547af.tar.gz |
Fix RSS link
-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 e9c2767..43cb319 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -7,6 +7,6 @@ openring \ -s https://hund.tty1.se/feed.xml \ -s https://shivering-isles.com/til/feed.xml \ -s https://cnx.srht.site/feed.xml \ - -s https://ariadnavigo.xyz/ \ + -s https://ariadnavigo.xyz/posts/index.xml \ < webring.template \ > layouts/partials/custom-webring.html |