{% if NEIGHBORS %}
{# next and previous post #}

Other posts

{# in this category, next and previous post #} {% if not article.category == 'misc' %} {# skip if the only article in the category #} {% if article.prev_article_in_category or article.next_article_in_category %}

Other posts under {{ article.category }}

{% else %} {% endif %} {% endif %}

Click to see every post in a big list

{% endif %}