Only print the titlebar_links section if there's actually anything there
This commit is contained in:
parent
a2066e92d7
commit
4022267b85
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue