From 9eee76e93f37ba3d666bda2f6648a84dfaf0be59 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Sat, 24 Jun 2017 08:39:50 +0200 Subject: [PATCH] intro sentence --- people/meta/current.html | 9 +++++++-- people/meta/former.html | 8 +++++++- projects/meta/completed.md | 3 +++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/people/meta/current.html b/people/meta/current.html index 021c2bf..6a3c519 100644 --- a/people/meta/current.html +++ b/people/meta/current.html @@ -4,5 +4,10 @@ title: KWARC Members permalink: /people/ --- -{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date == null" | sort: "start_date" %} -{% include people_list.html %} \ No newline at end of file +{% assign people = site.pages | where: "layout", "person" | where_exp: "person", +"person.end_date == null" | sort: "start_date" %} + +<p>This page lists the current members of the KWARC group (<a href="former.html">former +members</a>).</p> + +{% include people_list.html %} diff --git a/people/meta/former.html b/people/meta/former.html index 42c566f..f1202ff 100644 --- a/people/meta/former.html +++ b/people/meta/former.html @@ -4,5 +4,11 @@ title: Former KWARC Members permalink: /people/former/ --- -{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date != null" | sort: "start_date" %} +{% assign people = site.pages | where: "layout", "person" | where_exp: "person", +"person.end_date != null" | sort: "start_date" %} + +<p>This page lists the former members of the KWARC group (<a href="current.html">current +members</a>). We are very proud of our alumni; if you are one, please keep in touch. </p> + + {% include people_list.html %} diff --git a/projects/meta/completed.md b/projects/meta/completed.md index e68dc19..a10d074 100644 --- a/projects/meta/completed.md +++ b/projects/meta/completed.md @@ -6,6 +6,9 @@ permalink: /projects/completed/ {% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "start_date" %} +This page lists the completed projects of the KWARC group +([projects with current, external funding](../). + <ul class="collection"> {% for item in projects %} {% include psitem.html %} -- GitLab