From 798ace2934d03d8beb6bc11ba41a598928a906bf Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tkw01536@gmail.com> Date: Sat, 24 Jun 2017 13:37:06 -0400 Subject: [PATCH] Internal projects working --- projects/meta/completed.md | 2 +- projects/meta/index.md | 10 +++++++--- projects/tetrapod.md | 2 ++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/projects/meta/completed.md b/projects/meta/completed.md index da30d98..3d33fdb 100644 --- a/projects/meta/completed.md +++ b/projects/meta/completed.md @@ -6,7 +6,7 @@ permalink: /projects/completed/ {% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "end_date" | reverse %} -#### Completed, externally funded Projects ([projects with current funding](../). +#### Completed, externally funded Projects <ul class="collection"> {% for item in projects %} diff --git a/projects/meta/index.md b/projects/meta/index.md index dd8c044..92af035 100644 --- a/projects/meta/index.md +++ b/projects/meta/index.md @@ -6,11 +6,13 @@ permalink: /projects/ {% assign projects = site.pages | where: "layout", "project" | where: "active", "true" | sort: "start_date" %} -#### Projects with external funding ([completed projects](../completed)). +#### Projects with external funding <ul class="collection"> {% for item in projects %} - {% unless item.funding == 'internal' %} {% include psitem.html %} {% endunless %} + {% unless item.funding == 'internal' %} + {% include psitem.html %} + {% endunless %} {% endfor %} </ul> @@ -19,7 +21,9 @@ We also organize some of our research and development into Projects, <ul class="collection"> {% for item in projects %} - {% if item.funding == 'internal' %} {% include psitem.html %} {% endif %} + {% if item.funding == 'internal' %} + {% include psitem.html %} + {% endif %} {% endfor %} </ul> diff --git a/projects/tetrapod.md b/projects/tetrapod.md index b0f5824..6b3794a 100644 --- a/projects/tetrapod.md +++ b/projects/tetrapod.md @@ -11,6 +11,8 @@ people: - mkohlhase - dmueller - frabe + +funding: internal --- The aim of the Tetrapod project is to produce tools for **trustworthy and efficient -- GitLab