aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-08-05 18:23:26 +0200
committerhitlerrip <git@hitler.rip>2025-08-05 18:23:26 +0200
commit91aba6d6a5915882f267ea6648d35f49f99c1534 (patch)
treef5c6178a57c74b0d764ddf4f68600d7c2bd7604d
parentdc9e1e9ab2477fa9ae90a3166b83324c329eb53e (diff)
downloadwebsite-91aba6d6a5915882f267ea6648d35f49f99c1534.tar.gz
website-91aba6d6a5915882f267ea6648d35f49f99c1534.tar.bz2
website-91aba6d6a5915882f267ea6648d35f49f99c1534.zip
fix article link
added proper path to links in RSS feed
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a4d3e4c..bdb1f40 100755
--- a/build.sh
+++ b/build.sh
@@ -207,8 +207,8 @@ EOF
<pubDate>$(date -d "${WEBMETA_DATE:0:10}" +"%a, %d %b %Y %H:%M:%S +0000")</pubDate>
<author>$WEBMETA_AUTH</author>
<description>$WEBMETA_SUMMARY</description>
- <link>/$i</link>
- <guid>/$i</guid>
+ <link>/articles/$i</link>
+ <guid>/articles/$i</guid>
</item>
EOF