feat: Adds sidebar to articles view.
Some checks failed
CI / release (push) Failing after 2m34s

This commit is contained in:
2025-04-15 14:41:10 -04:00
parent 9159ecc834
commit 500f4746e8
6 changed files with 105 additions and 11 deletions

View File

@@ -24,7 +24,8 @@ func baseLayout(
body(class: "text-white text-lg font-avenir \(section.rawValue)") {
siteHeader(section)
div(class: "mb-auto mx-10") {
// mx-10
div(class: "mb-auto") {
children()
}
if section == .articles {