Fix documents renderings, except for the missing changelog in the Seafile forum render
This commit is contained in:
committed by
Florian Anceau
parent
5230067d82
commit
772b8ca89d
@@ -44,6 +44,7 @@ for line in buffer:
|
||||
versions.append(blocks)
|
||||
|
||||
# Render
|
||||
# TODO: read and adapt the CHANGELOG and insert into the render.
|
||||
content = template.render(versions=versions)
|
||||
#content = template.render() # When version/ is unavailable.
|
||||
filename = Path(args.template).with_suffix("")
|
||||
|
||||
Reference in New Issue
Block a user