Give a try printing the secondary menu in the titlebar in the header
This commit is contained in:
parent
c7876c6627
commit
d60056b144
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="titlebar">
|
<div class="titlebar">
|
||||||
{{ page.header }}
|
{{ page.header }}
|
||||||
|
{% if page.secondary_menu %}
|
||||||
|
<div class="titlebar_links">
|
||||||
|
{{ page.secondary_menu }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue