diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:23:49 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:23:49 +0000 |
| commit | 84aff405b134337ad335453f339f46bd86e7bf27 (patch) | |
| tree | 4557e915ae1e2656e2c6967f46fa457a98c31fee /main.typ | |
| parent | ba451a6b9ba283b4c519283a45aa523662854677 (diff) | |
added atom feed
Diffstat (limited to 'main.typ')
| -rw-r--r-- | main.typ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ #import "/global/common.typ": * #import "/site.typ": site-info -#import "/feed.typ": feed-xml +#import "/feed.typ": feed-xml, atom-xml #import "/index.typ" as index-page #import "/software.typ" as software-page @@ -76,6 +76,7 @@ #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 #context { |
