{{ page.name }}
{%- if page.pronouns -%}
{{ page.pronouns }}
{%- endif -%}
{%- if page.email -%}
{{ page.email }}
{%- endif -%}
{%- if page.section -%}
Quiz Section: {{ page.section | markdownify | strip_html }}
{%- endif -%}
{%- if page.office-hours -%}
Office Hours: {{ page.office-hours | markdownify | strip_html }}
{%- endif -%}
{{ content }}
{% capture staff_page_url %}{{ site.url }}/2024/draft/staff/{{ page.detail }}{% endcapture %}
{% assign current_page_url = site.url | append: page.url %}
{%- if page.detail and current_page_url != staff_page_url -%}
More about me!
{%- endif -%}