diff options
Diffstat (limited to 'global/common.typ')
| -rw-r--r-- | global/common.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global/common.typ b/global/common.typ index d1a0aaa..269fc62 100644 --- a/global/common.typ +++ b/global/common.typ @@ -185,6 +185,7 @@ html.elem("link", attrs: (rel: "preload", href: base + "extlink.svg", "as": "image")) html.link(rel: "stylesheet", href: base + "main.css") html.link(rel: "alternate", type: "application/rss+xml", title: site + " RSS", href: base + "feed.xml") + html.link(rel: "alternate", type: "application/atom+xml", title: site + " Atom", href: base + "atom.xml") for ss in stylesheets { html.link(rel: "stylesheet", href: base + ss) @@ -231,7 +232,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 + "feed.xml")[rss]\] + \[For nerds: #extlink(srcurl)[site source], #extlink(ci.link)[logs], #link(base + "feed.xml")[rss], #link(base + "atom.xml")[atom]\] ] }) }) |
