Skip to content

Commit

Permalink
Add images to RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Nov 24, 2021
1 parent bc5352b commit c2e891f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rss.js
Expand Up @@ -40,6 +40,7 @@ export default function buildRssFeed(allPosts) {
author: [author],
contributor: [],
date: new Date(post.date),
image: post.summary_image ? `${siteURL}${post.summary_image}` : undefined,
});
});

Expand Down

0 comments on commit c2e891f

Please sign in to comment.