文章xml添加markdown内容

This commit is contained in:
结发受长生
2020-01-16 13:29:07 +08:00
parent a1e7c3dc07
commit 79bdef1e9d
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@
{% if post.date %}
<date>{{ +post.date }}</date>
{% endif %}
<md type="html"><![CDATA[{{post._content}}]]></md>
<content type="html"><![CDATA[{{ post.content | noControlChars | safe }}]]></content>
</entry>
{% endif %}