mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
fixed link on blog
This commit is contained in:
parent
89f7efffdc
commit
7602ae906b
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ cat << RSSHEADER
|
|||
<rss version="2.0">
|
||||
<channel>
|
||||
<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>
|
||||
RSSHEADER
|
||||
else
|
||||
|
@ -86,7 +86,7 @@ for f in $FILES; do
|
|||
if [ $RSSMODE ]; then
|
||||
echo "<item>"
|
||||
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
|
||||
RDATE=`date -R -u -d @$MTIME`
|
||||
|
|
Loading…
Add table
Reference in a new issue