aboutsummaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-08-03 17:27:57 +0000
committerKumar Damani <me@kumardamani.net>2026-08-03 17:27:57 +0000
commit0c080d7c859dabc942e0fe13a1289b087e1093c8 (patch)
treebe9875313820ea5b51f473d21b541d368d262471 /global
parent84aff405b134337ad335453f339f46bd86e7bf27 (diff)
removed rss feed in favour of atom
Diffstat (limited to 'global')
-rw-r--r--global/common.typ3
1 files changed, 1 insertions, 2 deletions
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]\]
]
})
})