--- layout: archive title: "KIF Projects" permalink: /portfolio/kif/ author_profile: true --- {% include base_path %} {% for post in site.portfolio %} {% if post.category contains "kif" %} {% include archive-single.html %} {% endif %} {% endfor %}