diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:41:12 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:41:12 +0000 |
| commit | a108f895607eaa95f813b6a8dd1a0db097ee89c1 (patch) | |
| tree | 921fce48a907a16594903f43a3fb7216f43f103f /global/common.typ | |
| parent | 0c080d7c859dabc942e0fe13a1289b087e1093c8 (diff) | |
prettier atom feed link rendering
Diffstat (limited to 'global/common.typ')
| -rw-r--r-- | global/common.typ | 2 |
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]\] ] }) }) |
