From 3d1b8adb133080daa7a418b79eb85ad8d6a5e0bf Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <michael.kohlhase@fau.de>
Date: Tue, 3 Apr 2018 16:14:15 +0200
Subject: [PATCH] added funding for projects

---
 _layouts/system.html | 8 ++++++++
 systems/mmt.md       | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/_layouts/system.html b/_layouts/system.html
index d391aab..e5cbf93 100644
--- a/_layouts/system.html
+++ b/_layouts/system.html
@@ -46,6 +46,7 @@ layout: default
             {% if page.website %}{% assign hasaction = true %}{% endif %}
             {% if page.repository %}{% assign hasaction = true %}{% endif %}
             {% if page.publink %}{% assign hasaction = true %}{% endif %}
+            {% if page.supported-by %}{% assign hasaction = true %}{% endif %}
             
             {% if hasaction %}
                 <div class="card-action">
@@ -57,6 +58,13 @@ layout: default
                         <a target="_blank" href="{{ page.repository }}">Repository</a>
                         &nbsp;
                     {% endif %}
+                    {% if page.supported-by %}
+		       funded by:
+		       {% for project in page.supported-by %}
+                         <a target="_blank" href="/projects/{{project}}">{{project}}</a>
+		       {% endfor %}
+                        &nbsp;
+                    {% endif %}
                     {% if page.publink == "auto" %}
                       <a href="http://kwarc.github.io/bibs/{{ page.url | replace: '/projects/', '' | replace: '/', '' }}/">Publications</a>
                     {% elsif page.publink %}
diff --git a/systems/mmt.md b/systems/mmt.md
index 341f5c5..19763ff 100644
--- a/systems/mmt.md
+++ b/systems/mmt.md
@@ -15,7 +15,7 @@ people:
 
 supported-by:
     - oaf
-    - okd
+    - odk
     - latin
     - mathsearch
 
-- 
GitLab