fixed link on blog

This commit is contained in:
/dev/urandom 2021-06-16 21:24:58 +03:00
parent 89f7efffdc
commit 7602ae906b

View file

@ -64,7 +64,7 @@ cat << RSSHEADER
<rss version="2.0"> <rss version="2.0">
<channel> <channel>
<title>rnd's blog</title> <title>rnd's blog</title>
<link>https://rnd.neocities.org/blog</link> <link>https://devurandom.xyz/blog</link>
<description>The RSS feed of articles published on the blog thingy</description> <description>The RSS feed of articles published on the blog thingy</description>
RSSHEADER RSSHEADER
else else
@ -86,7 +86,7 @@ for f in $FILES; do
if [ $RSSMODE ]; then if [ $RSSMODE ]; then
echo "<item>" echo "<item>"
echo "<title>$TITLE</title>" echo "<title>$TITLE</title>"
echo "<link>https://rnd.neocities.org/blog/$OUTPAGE</link>" echo "<link>https://devurandom.xyz/blog/$OUTPAGE</link>"
if [ $MTIME -gt 0 ]; then if [ $MTIME -gt 0 ]; then
RDATE=`date -R -u -d @$MTIME` RDATE=`date -R -u -d @$MTIME`