add support for tags

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-05-01 19:32:14 +02:00
parent 16d17f7ed7
commit f653ed944f
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 47 additions and 1 deletions

View file

@ -23,6 +23,8 @@
description: none,
/// Author of the site for metadata, default to document.author
author: none,
/// Tags describing the content of the page
tags: (),
/// Additional stylesheet for the page: must be a list of url
stylesheets: (),
/// List of related sites for metadata
@ -53,6 +55,7 @@
site-name: site-name,
description: description,
author: author,
tags: tags,
stylesheets: stylesheets,
me-links: me-links
)