From 5473326f9ed9a1109bfc96a9e14c9db653c46797 Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Wed, 1 Apr 2020 15:52:29 +0200
Subject: [PATCH] Remove sort: pillar

Not sure what it does in the first place
---
 systems/meta/historic.md | 2 +-
 systems/meta/orphans.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/systems/meta/historic.md b/systems/meta/historic.md
index 49b32e1..7ba1bd8 100644
--- a/systems/meta/historic.md
+++ b/systems/meta/historic.md
@@ -10,7 +10,7 @@ semantic wiki, mathematical web services, and invasive OMDoc editing
 technologies. Furthermore, the group works on the utilization of OMDoc to provide Logic
 Interoperability and to establish scientific Communities of Practice.
  
-{% assign systems = site.pages | where: "layout", "system" | sort: "pillar" | sort: "start_date" %}
+{% assign systems = site.pages | where: "layout", "system" | sort: "start_date" %}
 
 <ul class="collection">
     {% for item in systems %}
diff --git a/systems/meta/orphans.md b/systems/meta/orphans.md
index 4c913f2..6f7b35b 100644
--- a/systems/meta/orphans.md
+++ b/systems/meta/orphans.md
@@ -9,7 +9,7 @@ to greener pastures (e.g. when they graduate). We put these systems up for adopt
 students. If you are interested, please contact someone from the KWARC group, we would be
 happy to help you understand the development opportunities and get involved. 
 
-{% assign systems = site.pages | where: "layout", "system" | sort: "pillar" | sort: "start_date" %}
+{% assign systems = site.pages | where: "layout", "system" | sort: "start_date" %}
 
 <ul class="collection">
     {% for item in systems %}
-- 
GitLab