Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1000 Bytes

staff.md

File metadata and controls

41 lines (31 loc) · 1000 Bytes
layout title nav_order description
page
Staff
5
A listing of all the course staff members.

Staff 🧑‍🏫

Instructor

Email the instructor with any questions about the class.

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

{% for staffer in instructors %} {{ staffer }} {% endfor %}

Staff

{% assign staff = site.staffers | where: 'role', 'Staff' %}

{% for staffer in staff %} {{ staffer }} {% endfor %}