Move changes table into main document
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
tlp: rawPlaceholder("amber+strict"), // set to one of "RED", "AMBER+STRICT", "AMBER", "GREEN", "CLEAR", or none. See https://www.first.org/tlp/
|
||||
draft: rawPlaceholder(true) // set to true for a "DRAFT" mark on the cover
|
||||
)
|
||||
#pages.legal.render(author)
|
||||
#pages.legal.render(author,
|
||||
(
|
||||
(version: placeholder("Draft"), date: placeholder("01.01.1970"), author: author, changes: placeholder("Some")),
|
||||
),
|
||||
)
|
||||
|
||||
// ----- Table of contents -----
|
||||
#pages.toc.render()
|
||||
|
||||
Reference in New Issue
Block a user