7 lines
273 B
Typst
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")
|