We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaea1d commit 3be46e2Copy full SHA for 3be46e2
_layouts/staffer.html
@@ -38,7 +38,7 @@ <h3 class="staffer-name" id="{{ page.name | slugify }}">
38
{%- if page.email -%}
39
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
40
{%- endif -%}
41
- {%- if page.bio -%}
+ {%- if page.Section -%} <!--Change to page.bio once updated -->
42
<p class="staffer-meta">Section: {{ page.bio | markdownify | strip_html }}</p>
43
44
{%- if page.office_hours -%} <!--Change the underscore to a hyphen when you want to display it-->
0 commit comments