{% for taxonomy in site.taxonomies %}
{% if site.categories[taxonomy].size > 0 %}
Recent {{ taxonomy | capitalize }}
{% for page in site.categories[taxonomy] limit:3 %}
{% endif %}
{% endfor %}
{% if page.featured-img %}
{% else %}
{% endif %}
{% endfor %}