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

sort reverse by end date

parent 330d8d0f
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ title: Completed Projects
permalink: /projects/completed/
---
{% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "start_date" | reverse %}
{% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "end_date" | reverse %}
This page lists the completed projects of the KWARC group
([projects with current, external funding](../).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment