Skip to content
Snippets Groups Projects
current.html 354 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    
    title: KWARC Members
    permalink: /people/
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    {% assign people = site.pages | where: "layout", "person" | where_exp: "person",
    "person.end_date == null" | sort: "start_date" %}
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    <p>This page lists the current members of the KWARC group (<a href="/people/former/">former
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    members</a>).</p>
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    {% include people_list.html people=people %}