Skip to content
Snippets Groups Projects
index.html 251 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    title: KWARC People
    ---
    
    <h2>Current Members of the KWARC Group</h2>
    
    {% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date == null" | sort: "start_date" %}
    {% include people_list.html %}