From 7602ae906b5fd199ecf3a311cc5ee1f8fd6006a9 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Wed, 16 Jun 2021 21:24:58 +0300 Subject: [PATCH] fixed link on blog --- blogindex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blogindex.sh b/blogindex.sh index 511f67a..0e590c7 100755 --- a/blogindex.sh +++ b/blogindex.sh @@ -64,7 +64,7 @@ cat << RSSHEADER rnd's blog -https://rnd.neocities.org/blog +https://devurandom.xyz/blog The RSS feed of articles published on the blog thingy RSSHEADER else @@ -86,7 +86,7 @@ for f in $FILES; do if [ $RSSMODE ]; then echo "" echo "$TITLE" - echo "https://rnd.neocities.org/blog/$OUTPAGE" + echo "https://devurandom.xyz/blog/$OUTPAGE" if [ $MTIME -gt 0 ]; then RDATE=`date -R -u -d @$MTIME`