forked from alema/rivet
added id to feed elements
This commit is contained in:
parent
4c6f06b6b7
commit
c84cdbc5e4
1
rivet.sh
1
rivet.sh
@ -257,6 +257,7 @@ EOF
|
|||||||
printf '\t<entry>\n'
|
printf '\t<entry>\n'
|
||||||
printf '\t\t<title>%s</title>\n' "$title"
|
printf '\t\t<title>%s</title>\n' "$title"
|
||||||
printf '\t\t<link href="%s" />\n' "$line"
|
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\t<updated>%s</updated>\n' "$ldate"
|
||||||
printf '\t</entry>\n'
|
printf '\t</entry>\n'
|
||||||
} >> "$feed"
|
} >> "$feed"
|
||||||
|
Loading…
Reference in New Issue
Block a user