From 2e0a14bb831edea5b8cb9f84a28b2078cee18bbc Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Sat, 24 Jun 2017 11:46:35 +0200
Subject: [PATCH] testing

---
 projects/meta/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/meta/index.md b/projects/meta/index.md
index c7097a7..45aaa83 100644
--- a/projects/meta/index.md
+++ b/projects/meta/index.md
@@ -10,7 +10,7 @@ permalink: /projects/
 
 <ul class="collection">
     {% for item in projects %}
-       {% if item.funding %} {% include psitem.html %} {% endif %}
+       {% unless item.funding == 'internal' %} {% include psitem.html %} {% endunless %}
     {% endfor %}
 </ul>
 
@@ -19,7 +19,7 @@ We also organize some of our research and development into Projects,
 
 <ul class="collection">
     {% for item in projects %}
-       {% unless item.funding %} {% include psitem.html %} {% endunless %}
+       {% if item.funding == 'internal' %} {% include psitem.html %} {% endif %}
     {% endfor %}
 </ul>
 
-- 
GitLab