This commit is contained in:
@@ -40,7 +40,8 @@ private func siteHeader(_ section: Section) -> Node {
|
||||
div(class: "header__logo") {
|
||||
a(href: "/") {
|
||||
div(class: "logo") {
|
||||
"docs.housh.dev"
|
||||
img(src: "/static/favicon-32x32.png")
|
||||
span(class: "pl-2") { "docs.housh.dev" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -50,6 +51,9 @@ private func siteHeader(_ section: Section) -> Node {
|
||||
li {
|
||||
a(class: section == .articles ? "active" : "", href: "/articles/") { "Articles" }
|
||||
}
|
||||
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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user