normally that should work
This commit is contained in:
parent
5c8aadfb4a
commit
662c46b0f0
|
@ -125,3 +125,6 @@ with open(tpl_path+"/index.tpl", 'r') as tpl:
|
||||||
template = Template(tpl.read())
|
template = Template(tpl.read())
|
||||||
|
|
||||||
indextext = template.render(posts_meta=posts_meta)
|
indextext = template.render(posts_meta=posts_meta)
|
||||||
|
|
||||||
|
with open(meta_path+"/index.gmi", 'w') as index:
|
||||||
|
index.write(indextext)
|
||||||
|
|
Loading…
Reference in New Issue