Compare commits

...

1 Commits

Author SHA1 Message Date
ideclon 0a441afa58
fix atom link 2022-12-22 21:27:46 +00:00
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -826,7 +826,7 @@ make_rss() {
echo "<description>$global_description</description><language>en</language>"
echo "<lastBuildDate>$pubdate</lastBuildDate>"
echo "<pubDate>$pubdate</pubDate>"
echo "<atom:link href=\"$global_url/$blog_feed\" rel=\"self\" type=\"application/rss+xml\">"
echo "<atom:link href=\"$global_url/$blog_feed\" rel=\"self\" type=\"application/rss+xml\" />"
n=0
while IFS='' read -r i; do