feat: Begins work on server documentation.
All checks were successful
CI / release (push) Successful in 5m55s
All checks were successful
CI / release (push) Successful in 5m55s
This commit is contained in:
@@ -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") { "«" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user