parent
e4d3009596
commit
3c6c42ca2b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<link>{{ entry.url | stripUtm | encodeAmp }}</link>
|
<link>{{ entry.url | stripUtm | encodeAmp }}</link>
|
||||||
<pubDate>{{ entry.date | stringToDate | dateToRfc822 }}</pubDate>
|
<pubDate>{{ entry.date | stringToDate | dateToRfc822 }}</pubDate>
|
||||||
<guid>{{ entry.url | stripUtm | encodeAmp }}</guid>
|
<guid>{{ entry.url | stripUtm | encodeAmp }}</guid>
|
||||||
<description>{{ entry.excerpt | markdown | escape }}</description>
|
<description>{{ entry.excerpt | markdown }}</description>
|
||||||
</item>
|
</item>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
Reference in a new issue