Fixed render atom.xml error again.

pull/146/head
ruibaby 2019-05-07 21:13:05 +08:00
parent 2929d08bb5
commit 7070c92b19
3 changed files with 4 additions and 4 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>