typst-web-template/lib/custom_html.typ
Jean-Marie 'Histausse' Mineau a4337b3514
basic site
2026-03-16 00:28:28 +01:00

7 lines
273 B
Typst

#let meta-og(property: "", content: "") = {
// "property" attr is not supported by html.meta ?
html.elem("meta", attrs: (property: property, content: content))
}
#let site-wrapper = html.elem.with("site-wrapper")
#let site-container = html.elem.with("site-container")