Revert "chore: fix escapes"

This reverts commit e4d3009596.
This commit is contained in:
Cory Dransfeldt 2023-09-20 08:48:55 -07:00
parent e4d3009596
commit 3c6c42ca2b
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 | markdown | escape }}</description>
<description>{{ entry.excerpt | markdown }}</description>
</item>
{%- endfor %}
</channel>