make header optionnal

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-03-18 14:12:02 +01:00
parent 07a0392d8c
commit 9cefd6525a
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 9 additions and 11 deletions

View file

@ -12,7 +12,7 @@
/// Title of the page, default to document.title
title: none,
/// Page header
header: [],
header: none,
/// Use only for html 'lang' attribute.
lang: "en",
//-- <head> only args --