feat: Removes unused about section.
All checks were successful
CI / release (push) Successful in 7m6s

This commit is contained in:
2025-04-07 08:47:36 -04:00
parent 9d380ad300
commit 2fa26ef552
7 changed files with 6 additions and 16 deletions

View File

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