navbar fixed
This commit is contained in:
parent
975543b912
commit
3ff5bc99e8
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ mixin navBarLink(href, title)
|
|||
a.is-active.navbar-item(href=href)= title
|
||||
else
|
||||
a.navbar-item(href=href)= title
|
||||
nav.navbar(role='navigation', aria-label='main navigation')
|
||||
nav.navbar.is-fixed-top(role='navigation', aria-label='main navigation',style='box-shadow: 0px 0px 7px rgb(14, 15, 17);')
|
||||
.navbar-brand
|
||||
if '/' === req.path
|
||||
a.is-active.navbar-item(href='/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue