Skip to content

Commit

Permalink
Add date to rss feed (#21903)
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Mar 2, 2020
1 parent 131f1e8 commit 4f3cba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/gatsby-config.js
Expand Up @@ -327,6 +327,7 @@ module.exports = {
guid: site.siteMetadata.siteUrl + node.fields.slug,
custom_elements: [{ "content:encoded": node.html }],
author: node.frontmatter.author.id,
date: node.frontmatter.date,
}
}),
},
Expand Down

0 comments on commit 4f3cba6

Please sign in to comment.