From 28c4ddac829ca96d2e048e387a455ba6361044e6 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Fri, 16 Jun 2017 11:53:00 +0200 Subject: [PATCH] end tag --- _includes/people_list.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/people_list.html b/_includes/people_list.html index af5c26a..2ec3c12 100644 --- a/_includes/people_list.html +++ b/_includes/people_list.html @@ -11,18 +11,18 @@ <li class="collection-header"><h4>{{role.name}}</h4></li> {% for person in rollers %} <li class="collection-item avatar"> - <img src="/{{person.pic}}" alt="" class="circle"> - <a href="{{person.url}}" class="title">{{person.fullname}}</a> - <p> - {% if person.start_date %} - from {{person.start_date}} <br/> - {% endif %} - {% if person.end_date %} - until {{person.end_date}} <br/> - {% endif %} - </p> + <img src="/{{person.pic}}" alt="" class="circle"/> + <a href="{{person.url}}" class="title">{{person.fullname}}</a> + <p> + {% if person.start_date %} + from {{person.start_date}} <br/> + {% endif %} + {% if person.end_date %} + until {{person.end_date}} <br/> + {% endif %} + </p> </li> {% endfor %} </ul> {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %} -- GitLab