This commit is contained in:
rra 2021-10-05 21:35:26 +02:00
parent 0554e93de2
commit 16cbeaedb0

View File

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