From 4f1eba92db6101e07e870d97a149b40748f357c9 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Fri, 25 Aug 2017 10:52:06 +0200 Subject: [PATCH] fixing --- hiring/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiring/index.md b/hiring/index.md index 1aa880f..eddd612 100644 --- a/hiring/index.md +++ b/hiring/index.md @@ -10,7 +10,7 @@ The KWARC group is constantly looking for good developers and Ph.D. students. {% for item in jobads %} {% if item.status contains 'open' %} <li class="collection-item"> - <a href="{{jobad.url}}" class="title">{{jobad.title}}</a> + <a href="{{item.url}}" class="title">{{item.title}}</a> </li> {% endif %} {% endfor %} -- GitLab