{% if article and article.cover %}
<nav class="m-navpanel m-container">
<div class="m-row">
- <div class="m-col-s-4 m-col-l-2 {% if M_SHOW_AUTHOR_LIST %}m-push-l-1{% else %}m-push-s-2 m-push-l-3{% endif %}">
+ <div class="m-col-s-4 m-col-l-2 {% if M_SHOW_AUTHOR_LIST %}m-push-l-1{% elif tags %}m-push-s-2 m-push-l-3{% else %}m-push-s-4 m-push-l-5{% endif %}">
<h3>Cate­gories</h3>
<ol class="m-block-bar-s">
{% for cat, null in categories %}
</ol>
</div>
{% if M_SHOW_AUTHOR_LIST %}
- <div class="m-col-s-4 m-col-l-2 m-push-l-3">
+ <div class="m-col-s-4 m-col-l-2 {% if tags %}m-push-l-3{% else %}m-push-s-4 m-push-l-7{% endif %}">
<h3>Authors</h3>
<ol class="m-block-bar-s">
{% for author, null in authors %}
</ol>
</div>
{% endif %}
+ {% if tags %}
<div class="m-col-s-4 m-col-l-2 {% if M_SHOW_AUTHOR_LIST %}m-push-l-5{% else %}m-push-s-2 m-push-l-5{% endif %}">
<h3>Tag cloud</h3>
<ul class="m-tagcloud">
{% endfor %}
</ul>
</div>
+ {% endif %}
</div>
</nav>
{% else %}