chore: feed updates
This commit is contained in:
parent
719971d3fc
commit
e60e59930c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue