Fix mastodon verification
This commit is contained in:
parent
f0e5a40993
commit
686a88bdd4
3 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ class RssBlogFeed(Feed):
|
|||
return item.full_url
|
||||
|
||||
def item_pubdate(self, item):
|
||||
return datetime.combine(item.date, time())
|
||||
return item.first_published_at
|
||||
|
||||
def item_author_name(self, item):
|
||||
author = item.authors.first()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue