basic site
This commit is contained in:
parent
e99be95ce6
commit
a4337b3514
8 changed files with 207 additions and 2 deletions
7
lib/custom_html.typ
Normal file
7
lib/custom_html.typ
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue