feat: Removes unused about section.
All checks were successful
CI / release (push) Successful in 7m6s
All checks were successful
CI / release (push) Successful in 7m6s
This commit is contained in:
@@ -27,8 +27,9 @@ func baseLayout(
|
||||
div(class: "container mb-auto") {
|
||||
children()
|
||||
}
|
||||
|
||||
footer(rssLink)
|
||||
if section == .articles {
|
||||
footer(rssLink)
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -55,9 +56,6 @@ private func siteHeader(_ section: Section) -> Node {
|
||||
li {
|
||||
a(href: "https://uptime.housh.dev/status/housh-dev", rel: "nofollow", target: "_blank") { "Server-Monitor" }
|
||||
}
|
||||
li {
|
||||
a(class: section == .about ? "active" : "", href: "/about.html") { "About" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user