Revert "chore: fix feeds"

This reverts commit ae5e6be375.
This commit is contained in:
Cory Dransfeldt 2023-09-20 09:31:54 -07:00
parent ae5e6be375
commit 39ecabb8f7
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 | escape }}</description>
<description>{{ entry.excerpt }}</description>
</item>
{%- endfor %}
</channel>