mirror of https://github.com/halo-dev/halo
Fixed render atom.xml error again.
parent
2929d08bb5
commit
7070c92b19
|
@ -5,7 +5,7 @@
|
|||
您的博客有新的评论!
|
||||
</h1>
|
||||
<div class="emailtext" style="background:#fff;padding:20px 32px 40px;">
|
||||
<p style="color: #6e6e6e;font-size:13px;line-height:24px;">${user.nickName!}, 您好!</p>
|
||||
<p style="color: #6e6e6e;font-size:13px;line-height:24px;">${user.nickname!}, 您好!</p>
|
||||
<p style="color: #6e6e6e;font-size:13px;line-height:24px;">有访客在《${page!}》留言:</p>
|
||||
<br />
|
||||
<p style="color: #6e6e6e;font-size:13px;line-height:24px;padding:10px 20px;background:#f8f8f8;margin:0">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<link>${options.blog_url!}/archives/${post.url!}</link>
|
||||
<comments>${options.blog_url!}/archives/${post.url!}#comments</comments>
|
||||
<pubDate>${post.createTime!}</pubDate>
|
||||
<dc:creator><![CDATA[${user.nickName!}]]></dc:creator>
|
||||
<dc:creator><![CDATA[${user.nickname!}]]></dc:creator>
|
||||
|
||||
<#if post.categories?? && post.categories?size gt 0>
|
||||
<#list post.categories as cate>
|
||||
|
@ -37,7 +37,7 @@
|
|||
</description>
|
||||
<content:encoded>
|
||||
<![CDATA[
|
||||
${post.formatContent!}
|
||||
${post.summary!}
|
||||
]]>
|
||||
</content:encoded>
|
||||
<slash:comments>${post.commentCount!0}</slash:comments>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<link>${options.blog_url}/archives/${post.url!}</link>
|
||||
<content:encoded>
|
||||
<![CDATA[
|
||||
${post.formatContent!}
|
||||
${post.summary!}
|
||||
]]>
|
||||
</content:encoded>
|
||||
<pubDate>${post.createTime}</pubDate>
|
||||
|
|
Loading…
Reference in New Issue