Add support for new Bulma 'navbar' menu for bobcat theme
unfortunately the /menu.mako can't be shared (yet?) so apps must maintain a separate one if they wish to support this new theme. also, now when changing app theme we totally clear the lookup object's template cache. this was necessary for sake of /menu.mako but seems to be 'safe' so far
This commit is contained in:
parent
0ba1d65b11
commit
a76a7dd54c
3 changed files with 12 additions and 12 deletions
|
@ -22,10 +22,11 @@
|
|||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul class="menubar">
|
||||
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-menu">
|
||||
${main_menu_items()}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav class="level">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue