feat: Begins work on server documentation.
All checks were successful
CI / release (push) Successful in 5m55s

This commit is contained in:
2025-04-04 15:33:07 -04:00
parent b44e1b45b0
commit 76a57b4560
5 changed files with 137 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ func renderTag<T>(context: PartitionedRenderingContext<T, ArticleMetadata>) -> N
div(class: "border-b border-light grid lg:grid-cols-2 mb-12") {
a(href: "/articles") {
div(class: "flex flex-row gap-2") {
img(src: "/static/images/tag.svg", width: "40")
img(src: "/static/img/tag.svg", width: "40")
h1(class: "text-4xl font-extrabold") { "\(context.key)" }
h1(class: "[&:hover]:border-b border-green text-2xl font-extrabold text-orange px-4") { "«" }
}