From 0c080d7c859dabc942e0fe13a1289b087e1093c8 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 3 Aug 2026 13:27:57 -0400 Subject: removed rss feed in favour of atom --- global/common.typ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'global') diff --git a/global/common.typ b/global/common.typ index 269fc62..2b8fa7e 100644 --- a/global/common.typ +++ b/global/common.typ @@ -184,7 +184,6 @@ html.link(rel: "icon", href: base + "favicon.ico") 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 { @@ -232,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 + "feed.xml")[rss], #link(base + "atom.xml")[atom]\] + \[For nerds: #extlink(srcurl)[site source], #extlink(ci.link)[logs], #link(base + "atom.xml")[atom]\] ] }) }) -- cgit v1.2.3