Move changes table into main document

This commit is contained in:
2026-01-30 17:12:12 +01:00
parent 201caff2fc
commit 7b981a8358
2 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -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()