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