文章xml添加markdown内容
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user