Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

index-people.md

File metadata and controls

13 lines (9 loc) · 308 Bytes
layout
home

List of by Person (Web format)

{% assign sequence = site.people | sort: "person-id" %} {% for item in sequence %}

{{ item.person-id }}: [{{ item.firstname }} {{ item.lastname }}]({{ site.baseurl }}{{ item.url }})

{% include person-attributes-table person=item %}

{% endfor %}