We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2771f commit 5ca938dCopy full SHA for 5ca938d
1 file changed
feed.xml
@@ -17,7 +17,9 @@ layout: null
17
<guid isPermaLink="true">{{ post.url | absolute_url }}</guid>
18
<description>{{ post.excerpt | strip_html | truncatewords: 30 | xml_escape }}</description>
19
{%- capture teaser_path -%}{% include auto-teaser-path.html post=post %}{%- endcapture -%}
20
- <media:content url="{{ teaser_path | strip | absolute_url }}" medium="image" />
+ {%- assign teaser_url = teaser_path | strip | absolute_url -%}
21
+ <media:content url="{{ teaser_url }}" medium="image" />
22
+ <enclosure url="{{ teaser_url }}" type="image/png" length="0" />
23
</item>
24
{% endfor %}
25
</channel>
0 commit comments