basic home button

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-03-18 23:06:39 +01:00
parent 49c9b373d6
commit db42d9b926
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 34 additions and 2 deletions

View file

@ -27,6 +27,8 @@
/// List of related sites for metadata
me-links: (),
//-- Body --
/// Home button, more or less expect an image in a link
home: none,
/// Navigation menu content, css style expect a list of links, but it can
/// be anything
menu: none,
@ -53,6 +55,7 @@
me-links: me-links
)
html_body(
home: home,
logo: logo,
header: header,
footer: footer,