diff --git a/projects/meta/index.md b/projects/meta/index.md
index c7097a74aadec5d0356694d91f62366a039145eb..45aaa8338a2e01f33de2729e546321a67c3be6d3 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>