Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 248 Bytes

staff.md

File metadata and controls

15 lines (11 loc) · 248 Bytes
layout title description
page
Staff
A listing of all the course staff members.

Staff

Instructors

{% assign instructors = site.staffers | where: 'role', 'Instructor' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}