diff --git a/_includes/project_card.html b/_includes/project_card.html
index b281ebc..53e5db0 100644
--- a/_includes/project_card.html
+++ b/_includes/project_card.html
@@ -20,6 +20,8 @@
{% elsif include.state == 'discarded' %}
+ {% elsif include.state == 'postponed' %}
+
{% elsif include.state == 'backlog' %}
{% endif %}
diff --git a/_includes/project_tablecard.html b/_includes/project_tablecard.html
index bfafbbe..d3b8535 100644
--- a/_includes/project_tablecard.html
+++ b/_includes/project_tablecard.html
@@ -50,6 +50,8 @@
{% elsif include.state == 'discarded' %}
+ {% elsif include.state == 'postponed' %}
+
{% elsif include.state == 'backlog' %}
{% endif %}
diff --git a/next/index.html b/next/index.html
index 3c5619a..0857494 100644
--- a/next/index.html
+++ b/next/index.html
@@ -73,6 +73,20 @@ layout: page
{% endif %}
+ {% if site.data.next.cards.postponed.size > 0 %}
+