mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Flake8 fix
This commit is contained in:
parent
86ff02541f
commit
fc031174bb
1 changed files with 1 additions and 0 deletions
|
|
@ -594,6 +594,7 @@ def build_asciidoc_header(title, date, author, categories, tags, slug,
|
|||
header += '\n'
|
||||
return header
|
||||
|
||||
|
||||
def build_markdown_header(title, date, author, categories, tags,
|
||||
slug, status=None, attachments=None):
|
||||
"""Build a header from a list of fields"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue