aboutsummaryrefslogtreecommitdiff
path: root/main.typ
diff options
context:
space:
mode:
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