summaryrefslogtreecommitdiff
path: root/rss.sh
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:45:47 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:45:47 +0000
commit0c1a90302025de864524120a0de0753fcb0b5d0a (patch)
tree011ea3b8b0b1f177474793fc40cf93df00c14d53 /rss.sh
parentc04808334b0a4786c567b2c97aeabe78401a5635 (diff)
fixed small bug in program that caused links to not work in your feed reader
Diffstat (limited to 'rss.sh')
-rwxr-xr-xrss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.sh b/rss.sh
index 1dd1de6..c494ac3 100755
--- a/rss.sh
+++ b/rss.sh
@@ -23,7 +23,7 @@ for i in $blogs; do
echo """
<item>
<title>${out}</title>
- <link>${link}/${out}</link>
+ <link>${link}/${out}.html</link>
<description>${contents}
</description>
</item>