Give a try printing the secondary menu in the titlebar in the header

This commit is contained in:
benjamin melançon 2018-12-16 23:06:45 -05:00
parent c7876c6627
commit d60056b144

View file

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