feat: Adds more navigation items to sidebar and removes top navigation bar.
All checks were successful
CI / release (push) Successful in 6m53s
All checks were successful
CI / release (push) Successful in 6m53s
This commit is contained in:
@@ -103,6 +103,11 @@ func renderArticle(context: ItemRenderingContext<ArticleMetadata>) -> Node {
|
||||
extraHeader: generateHeader(.article(context.item))
|
||||
) {
|
||||
article(class: "pt-8 mx-10") {
|
||||
div(class: "relative") {
|
||||
a(class: "absolute top-4 right-4", href: "/articles", id: "close") {
|
||||
i(customAttributes: ["data-lucide": "x"])
|
||||
}
|
||||
}
|
||||
div(class: "bg-slate-800 py-10") {
|
||||
div(class: "mx-10") {
|
||||
h1 { context.item.title }
|
||||
|
||||
Reference in New Issue
Block a user