Add author to Atom feed entries

This commit is contained in:
str4d
2015-09-09 01:19:14 +00:00
parent a689385e8d
commit 2132887405
2 changed files with 2 additions and 0 deletions

View File

@ -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'])