mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add missing colon
This commit is contained in:
parent
cf3697199a
commit
6afc9f7902
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ def build_header(title, date, author, categories, tags):
|
|||
if date:
|
||||
header += ':date: %s\n' % date
|
||||
if author:
|
||||
header += ':author %s\n' % author
|
||||
header += ':author: %s\n' % author
|
||||
if categories:
|
||||
header += ':category: %s\n' % ', '.join(categories)
|
||||
if tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue