diff --git a/_includes/people_list.html b/_includes/people_list.html index af5c26aeb965f7d68ee48fa1b4db11dc1637fa5e..2ec3c12e12603713924c6b91b7c4512b4ffecd70 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 %}