Skip to content

Commit 4f3cba6

Browse files
authoredMar 2, 2020
Add date to rss feed (#21903)
1 parent 131f1e8 commit 4f3cba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎www/gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ module.exports = {
327327
guid: site.siteMetadata.siteUrl + node.fields.slug,
328328
custom_elements: [{ "content:encoded": node.html }],
329329
author: node.frontmatter.author.id,
330+
date: node.frontmatter.date,
330331
}
331332
}),
332333
},

0 commit comments

Comments
 (0)
Please sign in to comment.