tweak icons framework and header banner

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-05-08 21:07:13 +02:00
parent afc446bc9e
commit 9d09803ddc
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 177 additions and 60 deletions

View file

@ -3,6 +3,7 @@
#import "./html_utils.typ": html_show
#import "./summary.typ": summary, card-list
#import "./rss.typ": rss
#import "./icons.typ"
/// Mail template function
@ -31,8 +32,8 @@
/// List of related sites for metadata
me-links: (),
//-- Body --
/// Home button, more or less expect an image in a link
home: none,
/// Array of element to add on the top left of the page
nav-elements: none,
/// Navigation menu content, css style expect a list of links, but it can
/// be anything
menu: none,
@ -61,10 +62,10 @@
me-links: me-links
)
html_body(
home: home,
logo: logo,
header: header,
footer: footer,
nav-elements: nav-elements,
menu: menu,
body
)