|
@@ -46,7 +46,7 @@ class BlogFeedProvider implements FeedProviderInterface
|
|
|
$item
|
|
|
->setContent($this->markdownParser->convertToHtml($article->getContent()))
|
|
|
->setTitle($article->getTitle())
|
|
|
- ->setAuthor((new Author())->setName($article->getAuthor()->getPseudo()))
|
|
|
+ ->setAuthor((new Author())->setName($article->getAuthor()))
|
|
|
->setLastModified(\DateTime::createFromImmutable($article->getPublicationDate()))
|
|
|
->setLink($this->router->generate('app_view', ['slug' => $article->getSlug()], RouterInterface::ABSOLUTE_URL))
|
|
|
;
|