{% increment limit %} {% assign sorted_projects = (site.projects | sort: 'date') %} {% for project in sorted_projects reversed %} {% if limit < 12 %} {% increment limit %}

{% if project.image != "/assets/default-social-image.png" %} {% endif %}

{{ project.title }}

{{ project.short | markdownify | truncatewords: 20 }}

{% endif %} {% endfor %}