Only print the titlebar_links section if there's actually anything there

This commit is contained in:
benjamin melançon 2018-12-17 17:41:19 -05:00
parent a2066e92d7
commit 4022267b85

View file

@ -102,7 +102,7 @@
<p class="byline is-mono">Posted on {{ date }}</p>
{% endif %}
</div>
{% if secondary_menu %}
{% if secondary_menu|render %}
<div class="titlebar_links">
{{ secondary_menu }}
</div>