This commit is contained in:
Guy Godfroy 2020-12-04 09:34:05 +01:00
parent 8b419b1ca5
commit bef7bbbcdc
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ for dirname, subdirlist, mdlist in os.walk('.'):
)
# Read template file
with open(tpl_path+"/"+template+".tpl", 'r') as tpl:
with open(tpl_path+"/"+post["template"]+".tpl", 'r') as tpl:
template = Template(tpl.read())
# Integrate the GMI content in the template