Remove unexpected <p> tag in RSS description
This commit is contained in:
parent
89176d7eab
commit
3ddaee4820
1 changed files with 0 additions and 2 deletions
|
@ -4,9 +4,7 @@
|
||||||
<link>{{ site_url }}/{{ post_url }}/</link>
|
<link>{{ site_url }}/{{ post_url }}/</link>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<p>
|
|
||||||
{{ content_rss }}
|
{{ content_rss }}
|
||||||
</p>
|
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<pubDate>{{ rfc_2822_date }}</pubDate>
|
<pubDate>{{ rfc_2822_date }}</pubDate>
|
||||||
|
|
Loading…
Add table
Reference in a new issue