feat: Updates to phone system article, updates stylesheets.
All checks were successful
CI / release (push) Successful in 6m3s
All checks were successful
CI / release (push) Successful in 6m3s
This commit is contained in:
@@ -111,7 +111,7 @@ func renderArticle(context: ItemRenderingContext<ArticleMetadata>) -> Node {
|
||||
}
|
||||
}
|
||||
|
||||
div(class: "border-t border-light pt-8 mt-16") {
|
||||
div(class: "border-t border-light pt-8 mt-16", id: "recents") {
|
||||
div(class: "grid lg:grid-cols-2") {
|
||||
h4(class: "text-3xl text-amber-500 font-extrabold mb-8") { otherArticles.title }
|
||||
if let tag = otherArticles.tag {
|
||||
|
||||
Reference in New Issue
Block a user