Templatize title

This commit is contained in:
Jérôme Petazzoni
2017-10-24 17:44:05 +02:00
parent f56262bee0
commit 2a176edfb4
5 changed files with 8 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ def generatefromyaml(manifest):
html = html.replace("@@MARKDOWN@@", markdown)
html = html.replace("@@EXCLUDE@@", exclude)
html = html.replace("@@CHAT@@", manifest["chat"])
html = html.replace("@@TITLE@@", manifest["title"])
return html