Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 636 Bytes

staff.md

File metadata and controls

35 lines (31 loc) · 636 Bytes
layout title nav_order
page
Staff
4

Tuskegee Scholars Staff

{: .mb-2}

{% assign instructors = site.staffers | where: 'role', 'Faculty Director' %}
{% for staffer in instructors %} {{ staffer }} {% endfor %}
{% assign instructors = site.staffers | where: 'role', 'RPD Facilitator' %}
{% for staffer in instructors %} {{ staffer }} {% endfor %}
{% assign instructors = site.staffers | where: 'role', 'Bootcamp Facilitator' %}
{% for staffer in instructors %} {{ staffer }} {% endfor %}