diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:45:47 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 16:45:47 +0000 |
commit | 0c1a90302025de864524120a0de0753fcb0b5d0a (patch) | |
tree | 011ea3b8b0b1f177474793fc40cf93df00c14d53 | |
parent | c04808334b0a4786c567b2c97aeabe78401a5635 (diff) |
fixed small bug in program that caused links to not work in your feed reader
-rwxr-xr-x | rss.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |