feat: Adds favicons, updates styles, includes Avenir font.

This commit is contained in:
2025-04-03 09:56:33 -04:00
parent 548c534c67
commit 4d099909b6
40 changed files with 246 additions and 33 deletions

View File

@@ -20,8 +20,8 @@ func renderArticles(context: ItemsRenderingContext<ArticleMetadata>) -> Node {
sortedByYearDescending.map { year, articles in
div {
div(class: "border-b border-light flex flex-row gap-4 mb-12") {
img(src: "/static/images/calendar.svg", width: "40")
h1(class: "text-4xl font-extrabold") { year }
img(src: "/static/img/calendar.svg", width: "40")
h1(class: "text-4xl font-extrabold pt-3") { year }
}
div(class: "grid gap-10 mb-16") {