Skip to content
Snippets Groups Projects
Commit 5926a345 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

more

parent 04558af1
Branches
No related tags found
No related merge requests found
--- ---
layout: default layout: default
title: KWARC People title: Former KWARC Members
--- ---
<h2>Former Members of the KWARC Group</h2> <h2>Former Members of the KWARC Group</h2>
......
...@@ -6,9 +6,8 @@ menu_order: 102 ...@@ -6,9 +6,8 @@ menu_order: 102
--- ---
## Completed Projects ([current projects](/projects/current/)) ## Completed Projects ([current projects](/projects/current/))
{% assign projects = site.pages | where: "layout", "project" | where_exp: "project", "project.end != null" | sort: "start" %}
{% include projects_list.html %}
project links to be generated here.
......
...@@ -5,5 +5,5 @@ title: KWARC Projects ...@@ -5,5 +5,5 @@ title: KWARC Projects
<h2>Current Projects of the KWARC Group</h2> <h2>Current Projects of the KWARC Group</h2>
{% assign projects = site.pages | where: "layout", "project" | where_exp: "project", "project.end_date == null" | sort: "start_date" %} {% assign projects = site.pages | where: "layout", "project" | where_exp: "project", "project.end == null" | sort: "start" %}
{% include projects_list.html %} {% include projects_list.html %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment