chore: fix feeds

This commit is contained in:
Cory Dransfeldt 2023-09-20 09:15:25 -07:00
parent 29c6a2df7d
commit ae5e6be375
No known key found for this signature in database

View file

@ -19,7 +19,7 @@
<link>{{ entry.url | stripUtm | encodeAmp }}</link>
<pubDate>{{ entry.date | stringToDate | dateToRfc822 }}</pubDate>
<guid>{{ entry.url | stripUtm | encodeAmp }}</guid>
<description>{{ entry.excerpt }}</description>
<description>{{ entry.excerpt | escape }}</description>
</item>
{%- endfor %}
</channel>