mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-19 10:50:28 +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">
|
<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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue