{% endif %}
-
{% if site.data.next.cards.in_progress.size > 0 %}
@@ -64,14 +62,12 @@ layout: page
Being in progress does not imply the project will be completed soon. Plenty will take a while and a few might even get discarded. Read the monthly blog updates to follow the progress and conclusion of every project.
-
{% for card in site.data.next.cards.in_progress %}
{% include project_card.html state = 'in_progress' %}
{% endfor %}
{% endif %}
-
{% if site.data.next.cards.discarded.size > 0 %}