Feed quickpatch

This commit is contained in:
MatthiasSaihttam 2020-09-15 22:16:16 -04:00
parent 89fa8efd87
commit eab34fbc3c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class MainFeed(Feed):
return item.extended_text
def item_link(self, item):
return "/"
return "/?" + str(item.posted)
def item_pubdate(self, item):
return item.posted