rss fixed
This commit is contained in:
parent
b47b0ed763
commit
d050caaf5e
6
rss.xml
6
rss.xml
|
@ -60,9 +60,9 @@ layout: null
|
|||
<itunes:author>Sakrecoer</itunes:author>
|
||||
|
||||
<itunes:explicit>No</itunes:explicit>
|
||||
<itunes:subtitle>{{ post.content | xml_escape }}</itunes:subtitle>
|
||||
<itunes:summary>{{ post.content | xml_escape }}</itunes:summary>
|
||||
<itunes:keywords>{{ post.tags | xml_escape }}</itunes:keywords>
|
||||
<itunes:subtitle>{{ post.content | truncate: 40, "" | xml_escape }} </itunes:subtitle>
|
||||
<itunes:summary>{{ post.content | truncate: 40, "" | xml_escape }} </itunes:summary>
|
||||
<itunes:keywords>{% for c in post.categories %}{{ c | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
|
||||
<itunes:image href="{{ post.image }}"/>
|
||||
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue