@ -61,9 +61,9 @@ def create_frontmatter(entry):
else:
author = ''
tags = []
if 'tags' in entry:
#TODO finish categories
for t in entry.tags:
tags.append(t['term'])