aboutsummaryrefslogtreecommitdiff
path: root/global/common.typ
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-08-03 17:41:12 +0000
committerKumar Damani <me@kumardamani.net>2026-08-03 17:41:12 +0000
commita108f895607eaa95f813b6a8dd1a0db097ee89c1 (patch)
tree921fce48a907a16594903f43a3fb7216f43f103f /global/common.typ
parent0c080d7c859dabc942e0fe13a1289b087e1093c8 (diff)
prettier atom feed link rendering
Diffstat (limited to 'global/common.typ')
-rw-r--r--global/common.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/common.typ b/global/common.typ
index 2b8fa7e..1aa773c 100644
--- a/global/common.typ
+++ b/global/common.typ
@@ -231,7 +231,7 @@
html.footer({
html.span(class: "updated")[\[Updated: #ci.date.\]]
html.span(class: "logs")[
- \[For nerds: #extlink(srcurl)[site source], #extlink(ci.link)[logs], #link(base + "atom.xml")[atom]\]
+ \[For nerds: #extlink(srcurl)[site source], #extlink(ci.link)[logs], #html.elem("a", attrs: (class: "feed", href: base + "atom.xml"))[feed]\]
]
})
})