This commit is contained in:
Marc Beninca 2020-10-12 16:40:56 +02:00
parent 49576b1715
commit 80d15f9175
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ def build(directory, sign):
variables = {
'author': AUTHOR,
'title': TITLE[language],
'subtitle': SUBTITLE[language],
'titlesub': SUBTITLE[language],
'date': DATE[language],
'name': MAIN,
'mainlanguage': language,