Use permalinks in RSS

This commit is contained in:
MatthiasSaihttam 2020-11-24 10:42:09 -08:00
parent 34b1e01403
commit a463bc36c6
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 "/?" + str(item.posted)
return "/?show=" + str(item.uuid)
def item_pubdate(self, item):
return item.posted