Skip to content

Commit 0d22920

Browse files
authored
Add pubDate to minutes RSS feed (#1585)
1 parent f8b3e8b commit 0d22920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

minutes/feeds.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ def item_title(self, item):
1717

1818
def item_description(self, item):
1919
return item.content
20+
21+
def item_pubdate(self, item):
22+
return item.date

0 commit comments

Comments
 (0)