implement css logic for nav menu
This commit is contained in:
parent
7e0235fb88
commit
e7a8cf8a8e
6 changed files with 65 additions and 6 deletions
|
|
@ -31,6 +31,8 @@
|
|||
/// List of related sites for metadata
|
||||
me-links: (),
|
||||
//-- Body --
|
||||
/// Navigation menu content, css style expect a list
|
||||
menu: none,
|
||||
/// Body of the page
|
||||
body
|
||||
) = {
|
||||
|
|
@ -51,6 +53,7 @@
|
|||
logo,
|
||||
logo-alt,
|
||||
header: header,
|
||||
menu: menu,
|
||||
body
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue