feat: Adds pocket id authentication to caddy, adds server management article.
All checks were successful
CI / release (push) Successful in 6m31s
All checks were successful
CI / release (push) Successful in 6m31s
This commit is contained in:
@@ -21,10 +21,10 @@ func baseLayout(
|
||||
.documentType("html"),
|
||||
html(lang: "en-US") {
|
||||
generateHead(pageTitle, extraHeader)
|
||||
body(class: "text-white text-lg pb-5 font-avenir \(section.rawValue)") {
|
||||
body(class: "text-white text-lg font-avenir \(section.rawValue)") {
|
||||
siteHeader(section)
|
||||
|
||||
div(class: "container mb-auto") {
|
||||
div(class: "mb-auto") {
|
||||
children()
|
||||
}
|
||||
if section == .articles {
|
||||
@@ -57,9 +57,7 @@ private func siteHeader(_ section: Section) -> Node {
|
||||
}
|
||||
}
|
||||
}
|
||||
// if section == .home {
|
||||
div(class: "font-avenir w-full pt-4", id: "search") {}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user