From 1d66bf01a66700928b5fbfc055e61acd41b7214e Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 30 Jul 2020 16:08:21 +0200 Subject: [PATCH] Remove style --- roadmap/index.html | 51 ---------------------------------------------- 1 file changed, 51 deletions(-) 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
- - - -