aboutsummaryrefslogtreecommitdiff
path: root/main.typ
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 /main.typ
parent84aff405b134337ad335453f339f46bd86e7bf27 (diff)
removed rss feed in favour of atom
Diffstat (limited to 'main.typ')
-rw-r--r--main.typ3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.typ b/main.typ
index 8eea0e2..9a76286 100644
--- a/main.typ
+++ b/main.typ
@@ -4,7 +4,7 @@
#import "/global/common.typ": *
#import "/site.typ": site-info
-#import "/feed.typ": feed-xml, atom-xml
+#import "/feed.typ": atom-xml
#import "/index.typ" as index-page
#import "/software.typ" as software-page
@@ -75,7 +75,6 @@
#asset("extlink.svg", read("/global/extlink.svg", encoding: none))
#asset("favicon.ico", read("/global/favicon.ico", encoding: none))
#asset("favicon.svg", read("/global/favicon.svg", encoding: none))
-#asset("feed.xml", bytes(feed-xml(site-info)))
#asset("atom.xml", bytes(atom-xml(site-info)))
// image assets collected from pages via the img/fig helpers