diff --git a/hiring/index.md b/hiring/index.md index 1aa880f86e925ee265f37cc04cc724ee8e3b8b2a..eddd6124b69473a6925e17b1447dbe7ee98222ff 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 %}