chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 12:21:06 -07:00
parent 719971d3fc
commit e60e59930c
No known key found for this signature in database

View file

@ -26,7 +26,7 @@
<updated>{{ entry.date | date: "%m.%d.%Y" }}</updated>
<id>{{ entry.url | stripUtm | encodeAmp }}</id>
<content type="html">
{{ entry.excerpt | escape | markdown }}
{{ entry.excerpt | markdown | escape }}
</content>
</entry>
{%- endfor %}