fix
This commit is contained in:
parent
66b150f8af
commit
2e0b52d1ea
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
let draft-string = ""
|
||||
if draft { draft-string = "DRAFT - " }
|
||||
let preliminary-string = ""
|
||||
if preliminary { preliminary-string = " - PRELIMINARY VERSION"
|
||||
if preliminary { preliminary-string = " - PRELIMINARY VERSION" }
|
||||
|
||||
set document(
|
||||
title: draft-string + title-en + preliminary-string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue