🐛 修复rss生成问题

pull/89/head^2
ruibaby 2019-01-31 15:27:41 +08:00
parent d68d7019f0
commit 74e27a431c
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@
<item>
<title>${post.postTitle!}</title>
<link>${options.blog_url}/archives/${post.postUrl!}</link>
<content:encoded>${post.postContent!}</content:encoded>
<content:encoded>
<![CDATA[
${post.postContent!}
]]>
</content:encoded>
<pubDate>${post.postDate}</pubDate>
</item>
</#list>