Latest news
From the Blog
{% for item in posts limit:3 %}
{% include post-card.html post=item %}
{% endfor %}
{% endif %}
{% assign other_projects = projects | where: "featured", false %}
{% assign num_other_projects = other_projects | size %}
{% if num_other_projects > 0 %}