--- layout: default ---
{% if page.section and page.category %}

{{page.category}}

{% endif %}
    {% assign tags = '' %} {% for item in site.categories[page.category] reversed %} {% unless item.hidden %} {% if item.tag %}{% unless tags contains item.tag %}
  • {{item.tag}}
  • {% capture tags %}{{tags}} {{item.tag}}{% endcapture %} {% endunless %}{% endif %}
  • {% if page.url == item.url %}{% endif %}{{item.title}}
  • {% endunless %} {% endfor %}

{{page.title}}

{{content}}
{% if page.previous and page.previous.category == page.category %} {% endif %} {% if page.next and page.next.category == page.category %} {% endif %}