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:
Lance Edgar 2018-11-28 23:50:50 -06:00
parent 0ba1d65b11
commit a76a7dd54c
3 changed files with 12 additions and 12 deletions

View file

@ -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">