From 6731af5656f5bd7e4bfe9f41a425dbcefa09e49d Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Tue, 22 May 2018 21:14:46 +0200
Subject: [PATCH] Add ExpSustDrive link on homepage

---
 scipost/templates/scipost/ExpSustDrive2018.html | 2 +-
 scipost/templates/scipost/index.html            | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/scipost/templates/scipost/ExpSustDrive2018.html b/scipost/templates/scipost/ExpSustDrive2018.html
index 4314b9940..712c555bc 100644
--- a/scipost/templates/scipost/ExpSustDrive2018.html
+++ b/scipost/templates/scipost/ExpSustDrive2018.html
@@ -93,7 +93,7 @@
     <p>
       Prof. dr Jean-Sébastien Caux
     </p>
-    <p><em>Published 21 May 2018</em></p>
+    <p><em>Published 22 May 2018</em></p>
 
   </div>
 
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index 98873002d..0c2c68d3d 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -95,6 +95,13 @@
         </div><!-- End Register -->
     {% endif %}
 
+	<div class="card card-grey">
+	  <div class="card-body">
+	    <h2 class="card-title mb-0"><a href="{% url 'scipost:ExpSustDrive2018' %}">Expansion and Sustainability Drive 2018</a></h2>
+	    <p class="m-0">It is time for us to be bold and unleash the next steps in our implementation plans. Read more <a href="{% url 'scipost:ExpSustDrive2018' %}">here</a> on how you can concretely help.</p>
+	  </div>
+	</div>
+
     <!-- News -->
     <div class="card card-grey" id="news">
         <div class="card-header border-0">
-- 
GitLab