Skip to content

Commit

Permalink
Update atomRenderProvider.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jul 10, 2021
1 parent dcd31fb commit e368db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/atomRenderProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class AtomRenderProvider implements RenderProviderInterface{
feedPost.title = post.title;
feedPost.id = config.url + "/" + post.url;
feedPost.link = config.url + "/" + post.url;
feedPost.description = post.body;
feedPost.description = post.description;
feedPost.content = post.body;
feedPost.author = feedConfig.author;
feedPost.date = post.date;
Expand Down

0 comments on commit e368db1

Please sign in to comment.