Support tags on feeds

This commit is contained in:
Philippe Pepiot 2010-12-01 02:52:35 +01:00
commit 8fd1c50086

View file

@ -91,6 +91,7 @@ class Generator(object):
title=element.title,
link= "%s/%s" % (site_url, element.url),
description=element.content,
categories=element.tags,
author_name=getattr(element, 'author', 'John Doe'),
pubdate=element.date)