mirror of https://github.com/halo-dev/halo
🐛 修复rss生成问题
parent
d68d7019f0
commit
74e27a431c
|
@ -12,7 +12,11 @@
|
||||||
<item>
|
<item>
|
||||||
<title>${post.postTitle!}</title>
|
<title>${post.postTitle!}</title>
|
||||||
<link>${options.blog_url}/archives/${post.postUrl!}</link>
|
<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>
|
<pubDate>${post.postDate}</pubDate>
|
||||||
</item>
|
</item>
|
||||||
</#list>
|
</#list>
|
||||||
|
|
Loading…
Reference in New Issue