Skip to content
Snippets Groups Projects
Commit f41ea660 authored by Kevin Lin's avatar Kevin Lin
Browse files

staff.md: Update to minimal layout

parent 478d9e6d
No related branches found
No related tags found
No related merge requests found
---
layout: page
layout: minimal
title: Staff
description: A listing of all the course staff members.
description: &desc All the teaching and learning assistants.
summary: *desc
parent: CSE 373
---
# Staff
# {{ page.title }}
{: .no_toc .mb-2 }
## Instructors
{{ page.description }}
{: .fs-6 .fw-300 }
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
{% for staffer in instructors %}
{{ staffer }}
{% endfor %}
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %}
{% assign num_teaching_assistants = teaching_assistants | size %}
{% if num_teaching_assistants != 0 %}
## Teaching Assistants
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' | sort: 'section' %}
{% for staffer in teaching_assistants %}
{{ staffer }}
{% endfor %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment