diff --git a/new_post.py b/new_post.py index 0c5a88d..de9abdb 100755 --- a/new_post.py +++ b/new_post.py @@ -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: