diff --git a/people/meta/current.html b/people/meta/current.html
index 021c2bf2790cf214ece7b32377af7dd2d24ef1b1..6a3c519598c6ab8d5876288562ea393d71d06ae4 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 42c566f4d9d92e618b7fd427348c5f90922f2e3d..f1202ff65abf778f107805d13bc470893954967c 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 e68dc1911396b2c0fd8091fd8439dcbbc486813a..a10d074d6f06fa5f295f4fd6da3826cb8416d5b4 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 %}