html in feed
This commit is contained in:
parent
d6f0b20652
commit
4b2b4d2e6b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue