diff --git a/roadmap/index.html b/roadmap/index.html index c8b7b9e..9d75543 100644 --- a/roadmap/index.html +++ b/roadmap/index.html @@ -38,7 +38,6 @@ layout: page - {% if site.data.next.cards.done.size > 0 %}
@@ -52,7 +51,6 @@ layout: page
{% 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 %}
@@ -120,50 +116,3 @@ layout: page
- - - -