style code

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-03-17 00:31:21 +01:00
parent 73943c5022
commit 7e0235fb88
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 51 additions and 24 deletions

View file

@ -22,9 +22,9 @@
og-type: "website",
/// Name of the site for metadata of the page
site-name: none,
/// Description of the site for metadata #TODO default to document.description
/// Description of the site for metadata, default to document.description
description: none,
/// Author of the site for metadata #TODO default to document.author
/// Author of the site for metadata, default to document.author
author: none,
/// Additional stylesheet for the page: must be a list of url
stylesheets: (),
@ -35,10 +35,6 @@
body
) = {
show: html_show
if title == none {
title = context document.title
}
html.html(lang: lang, {
html_head(
url,