@@ 29,14 29,10 @@ comments: true
tags: {}
---
"""
-catblock = " - {}"
-cats = map(catblock.format, tags.split())
-
-
metadata_fmt = metadata_fmt.format(
blog_title,
title_date,
- ', '.join(cats)
+ ', '.join(tags.split())
)
with open('blog/{}'.format(filename), 'w') as f: