Skip to content

Commit

Permalink
set rss author
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Drewery committed Jun 29, 2023
1 parent 54ccc5f commit 546c281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rss/generate-rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ for (const articleId in index) {
title: article.title,
description: marked(markdown),
url: `https://blog.drewery.uk/post/${articleId}`,
date: article.date
date: article.date,
author: 'Adam Drewery',
});
}

Expand Down

0 comments on commit 546c281

Please sign in to comment.