basic home button
This commit is contained in:
parent
49c9b373d6
commit
db42d9b926
4 changed files with 34 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue