We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b3e8b commit 0d22920Copy full SHA for 0d22920
minutes/feeds.py
@@ -17,3 +17,6 @@ def item_title(self, item):
17
18
def item_description(self, item):
19
return item.content
20
+
21
+ def item_pubdate(self, item):
22
+ return item.date
0 commit comments