docs: update readme and posts

This commit is contained in:
Timothy Lin
2021-07-11 23:35:19 +08:00
parent e66018ba56
commit c50abde4fa
7 changed files with 52 additions and 15 deletions

View File

@ -14,7 +14,7 @@ const generateRssItem = (post) => `
</item>
`
const generateRss = (posts, page = 'index.xml') => `
const generateRss = (posts, page = 'feed.xml') => `
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>${escape(siteMetadata.title)}</title>