--- layout: archive title: "Portfolio" permalink: /portfolio/ author_profile: true --- {% include base_path %} {% for post in site.portfolio %} {% include archive-single-portfolio.html %} {% endfor %} {% comment %}
{% for post in site.portfolio %}
{{post.alt}}}

{{post.title}}

{% if post.subtitle %}

{{post.subtitle}}

{% endif %}

{{ post.excerpt | markdownify }}

{% endfor %}
{% include feature_row %} {% endcomment %}