Add author to Atom feed entries
This commit is contained in:
@ -66,6 +66,7 @@ def blog_atom(category=None):
|
||||
for item in items:
|
||||
feed.add(item['title'],
|
||||
item['content'],
|
||||
author=item['author'],
|
||||
content_type='html',
|
||||
url=item['url'],
|
||||
updated=item['updated'])
|
||||
|
Reference in New Issue
Block a user