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

show supposed publication date

parent 1d87fa70
No related branches found
No related tags found
2 merge requests!690Release,!689Add RSS feed to main website
Pipeline #10952 passed
......@@ -64,13 +64,10 @@ class LatestArticlesFeed(Feed):
self,
item: MainArticlePage
) -> datetime:
return item.first_published_at
def item_updateddate(
self,
item: MainArticlePage
) -> datetime:
return item.last_published_at
return datetime(
item.date.year, item.date.month, item.date.day,
12, 0,
)
def item_author_name(
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment