From a108f895607eaa95f813b6a8dd1a0db097ee89c1 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 3 Aug 2026 13:41:12 -0400 Subject: prettier atom feed link rendering --- global/common.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global/common.typ') 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]\] ] }) }) -- cgit v1.2.3