Skip to content
Snippets Groups Projects
Commit d9340649 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix RSS article loading for author pages

parent 8922f8c1
No related branches found
No related tags found
2 merge requests!692Release,!691Fix RSS article loading for author pages
Pipeline #10954 passed
...@@ -77,7 +77,7 @@ class LatestArticlesFeed(Feed): ...@@ -77,7 +77,7 @@ class LatestArticlesFeed(Feed):
return item.author return item.author
if item.author_page.title: if item.author_page.title:
return item_author_page.title return item.author_page.title
return "" return ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment