diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:27:57 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:27:57 +0000 |
| commit | 0c080d7c859dabc942e0fe13a1289b087e1093c8 (patch) | |
| tree | be9875313820ea5b51f473d21b541d368d262471 /main.typ | |
| parent | 84aff405b134337ad335453f339f46bd86e7bf27 (diff) | |
removed rss feed in favour of atom
Diffstat (limited to 'main.typ')
| -rw-r--r-- | main.typ | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
