From 330d8d0f30ed486d026dde1d34c31738a3aff076 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Sat, 24 Jun 2017 10:16:55 +0200 Subject: [PATCH] adding funding --- _includes/psitem.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/psitem.html b/_includes/psitem.html index 4e413ab..5c9522a 100644 --- a/_includes/psitem.html +++ b/_includes/psitem.html @@ -4,6 +4,7 @@ <li class="collection-item avatar"> <a href="{{item.url}}" class="title">{{item.title}}</a> + {% if item.funding %} ({{item.funding}}) {% endif %} <p> {% if item.start_date %} {% unless item.end_date %} @@ -22,4 +23,4 @@ {{item.teaser | safe}} </p> -</li> \ No newline at end of file +</li> -- GitLab