{% for category in site.categories limit:include.limit %} {% if category.first == page.category %}
  • {{ category.first | capitalize }}
  • {% else %}
  • {{ category.first | capitalize }}
  • {% endif %} {% endfor %}