--- layout: home ---
{% assign sorted = site.portfolio | sort: 'importance' | reverse %} {% for item in sorted %}

{{ item.title }}

{% endfor %}