Change title and author in RSS feed

This commit is contained in:
Lux49 2020-07-11 00:45:58 +02:00
parent 4aae6cd240
commit dd968c0f42

View File

@ -14,14 +14,14 @@ add_header() {
output '<h1>posts</h1><table id="linklist">'
output_rss '<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<author><name>kageru</name></author>
<title>kageru’s blog</title>'
<author><name>Lucy</name></author>
<title>Lucys blog</title>'
output_rss " <link href=\"$blog_domain\" rel=\"self\" type=\"application/atom+xml\"/>
<description>Lucys blog</description>"
}
add_footer() {
html_entry "https://asagi.moe" "before 07-2020" "Old site"
html_entry "https://asagi.moe" "before July 2020" "Old site"
output '</table>'
output_rss '</feed>'
}