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