feat: Adds time-machine setup article.
All checks were successful
CI / release (push) Successful in 6m2s

This commit is contained in:
2025-04-07 09:29:40 -04:00
parent 2fa26ef552
commit 1a88883bad
6 changed files with 49 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ func renderPage(context: ItemRenderingContext<PageMetadata>) -> Node {
func renderHome(body: String) -> Node {
div {
div(class: "my-24 uppercase font-avenir text-[40px] leading-[1.25] font-thin text-center [&>h1>strong]:font-bold") {
div(class: "my-24 font-avenir leading-[1.25] font-thin text-center [&>h1>strong]:font-bold") {
Node.raw(body)
}
}