Browse Source

Add body to rss feed

restructure
Garrit Franke 3 years ago
parent
commit
d5815ba082
  1. 2
      lib/rss.js

2
lib/rss.js

@ -72,7 +72,7 @@ const blogPostsRssXml = (blogPosts) => {
<pubDate>${rfc822Date(new Date(postDate))}</pubDate> <pubDate>${rfc822Date(new Date(postDate))}</pubDate>
<description> <description>
<![CDATA[${post.frontmatter.title}]]> <![CDATA[${post.markdownBody}]]>
</description> </description>
</item>`; </item>`;
}); });

Loading…
Cancel
Save