Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 791 Bytes

File metadata and controls

29 lines (28 loc) · 791 Bytes
layout title permalink
page
Portfolio
/portfolio/
{% assign sorted_portfolio = site.portfolio | sort: 'order' %} {% for item in sorted_portfolio %}
{% if item.image %} {{ item.title }} {% endif %}

{{ item.description }}

{% if item.technologies %}
{% for tech in item.technologies %} {{ tech }} {% endfor %}
{% endif %}
{% endfor %}