fix bug
This commit is contained in:
parent
0554e93de2
commit
16cbeaedb0
@ -61,9 +61,9 @@ def create_frontmatter(entry):
|
||||
else:
|
||||
author = ''
|
||||
|
||||
tags = []
|
||||
if 'tags' in entry:
|
||||
#TODO finish categories
|
||||
tags = []
|
||||
for t in entry.tags:
|
||||
tags.append(t['term'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user