aboutsummaryrefslogtreecommitdiff
path: root/global/common.typ
diff options
context:
space:
mode:
Diffstat (limited to 'global/common.typ')
-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]\]
]
})
})