feat: Updates to phone system article, updates stylesheets.
All checks were successful
CI / release (push) Successful in 6m3s

This commit is contained in:
2025-04-07 11:44:37 -04:00
parent cdd1dca030
commit 8cda888a87
4 changed files with 37 additions and 24 deletions

View File

@@ -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 {