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 fe2c4f5ec7df1f7dc4ea18719fb99c11009d8ccd..1aa880f86e925ee265f37cc04cc724ee8e3b8b2a 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>