fix: revert
This commit is contained in:
parent
bc5799a972
commit
ba64240bd0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<pubDate>{{ entryFeed.date | stringToRFC822Date }}</pubDate>
|
||||
<guid isPermaLink="false">{{ entryFeed.url | encodeAmp }}</guid>
|
||||
{%- if entryFeed.image -%}
|
||||
<enclosure url="{{ globals.cdn_url }}{{ entryFeed.image }}?class=w800&type=jpg" type="image/jpeg" />
|
||||
<enclosure url="{{ globals.cdn_url }}{{ entryFeed.image }}?class=w800&type=jpg" type="image/jpeg" />
|
||||
{%- endif -%}
|
||||
<description><![CDATA[{{ entryFeed.description | markdown }}]]></description>
|
||||
</item>
|
||||
|
|
Reference in a new issue