diff options
author | hitlerrip <git@hitler.rip> | 2025-08-05 18:23:26 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-08-05 18:23:26 +0200 |
commit | 91aba6d6a5915882f267ea6648d35f49f99c1534 (patch) | |
tree | f5c6178a57c74b0d764ddf4f68600d7c2bd7604d | |
parent | dc9e1e9ab2477fa9ae90a3166b83324c329eb53e (diff) | |
download | website-91aba6d6a5915882f267ea6648d35f49f99c1534.tar.gz website-91aba6d6a5915882f267ea6648d35f49f99c1534.tar.bz2 website-91aba6d6a5915882f267ea6648d35f49f99c1534.zip |
fix article link
added proper path to links in RSS feed
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |