From 3aab4ff511d4fee43dc2c301299ce15f1feb64ca Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Fri, 25 Aug 2017 10:48:40 +0200
Subject: [PATCH] fixing some more

---
 {_includes => _layouts}/jobad.html | 0
 hiring/index.md                    | 4 +++-
 2 files changed, 3 insertions(+), 1 deletion(-)
 rename {_includes => _layouts}/jobad.html (100%)

diff --git a/_includes/jobad.html b/_layouts/jobad.html
similarity index 100%
rename from _includes/jobad.html
rename to _layouts/jobad.html
diff --git a/hiring/index.md b/hiring/index.md
index fe2c4f5..1aa880f 100644
--- a/hiring/index.md
+++ b/hiring/index.md
@@ -9,7 +9,9 @@ The KWARC group is constantly looking for good developers and Ph.D. students.
 <ul class="collection">
     {% for item in jobads %}
         {% if item.status contains 'open' %}
-            {% include jobad.html %}
+	       <li class="collection-item">
+               <a href="{{jobad.url}}" class="title">{{jobad.title}}</a>
+           </li>
         {% endif %}
     {% endfor %}
 </ul>
-- 
GitLab