fix atom link

This commit is contained in:
ideclon 2022-12-22 21:27:46 +00:00
parent d62085770a
commit 0a441afa58
Signed by untrusted user: ideclon
GPG Key ID: 3E186629301AFBFD
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 "<description>$global_description</description><language>en</language>"
echo "<lastBuildDate>$pubdate</lastBuildDate>" echo "<lastBuildDate>$pubdate</lastBuildDate>"
echo "<pubDate>$pubdate</pubDate>" 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 n=0
while IFS='' read -r i; do while IFS='' read -r i; do