From 84aff405b134337ad335453f339f46bd86e7bf27 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 3 Aug 2026 13:23:49 -0400 Subject: added atom feed --- global/common.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'global') 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]\] ] }) }) -- cgit v1.2.3