added id to feed elements

This commit is contained in:
Alessandro Mauri 2021-03-21 14:32:00 +01:00
parent 4c6f06b6b7
commit c84cdbc5e4

View File

@ -257,6 +257,7 @@ EOF
printf '\t<entry>\n'
printf '\t\t<title>%s</title>\n' "$title"
printf '\t\t<link href="%s" />\n' "$line"
printf '\t\t<id>%s</id>\n' "$line"
printf '\t\t<updated>%s</updated>\n' "$ldate"
printf '\t</entry>\n'
} >> "$feed"