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>
|
<updated>{{ entry.date | date: "%m.%d.%Y" }}</updated>
|
||||||
<id>{{ entry.url | stripUtm | encodeAmp }}</id>
|
<id>{{ entry.url | stripUtm | encodeAmp }}</id>
|
||||||
<content type="html">
|
<content type="html">
|
||||||
{{ entry.excerpt | escape | markdown }}
|
{{ entry.excerpt | markdown | escape }}
|
||||||
</content>
|
</content>
|
||||||
</entry>
|
</entry>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Reference in a new issue