html in feed

This commit is contained in:
Tomáš Mládek 2020-04-25 11:07:29 +02:00
parent d6f0b20652
commit 4b2b4d2e6b

View file

@ -165,7 +165,7 @@ class RecentlyUploadedFeed(Feed):
return item.title
def item_description(self, item: Document):
return item.description
return item.html_description
def item_pubdate(self, item: Document):
return item.uploaded or datetime.now()