Skip to content

Commit 032fb30

Browse files
committed
feat: Add GitHub Actions workflow to update README with blog posts and expose teaser image in RSS feed.
1 parent 5ca938d commit 032fb30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

feed.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ layout: null
1818
<description>{{ post.excerpt | strip_html | truncatewords: 30 | xml_escape }}</description>
1919
{%- capture teaser_path -%}{% include auto-teaser-path.html post=post %}{%- endcapture -%}
2020
{%- assign teaser_url = teaser_path | strip | absolute_url -%}
21+
<teaser_image>{{ teaser_url }}</teaser_image>
2122
<media:content url="{{ teaser_url }}" medium="image" />
2223
<enclosure url="{{ teaser_url }}" type="image/png" length="0" />
2324
</item>

0 commit comments

Comments
 (0)