diff --git a/_includes/psitem.html b/_includes/psitem.html index 4e413abd95e2495d76a0d155b7ccf195436cc6ff..5c9522aceca80e602d272ad128d7d87c474e22ec 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>