Skip to content

Commit 3be46e2

Browse files
committed
removed bio's since info hasn't been updated
1 parent adaea1d commit 3be46e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/staffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3 class="staffer-name" id="{{ page.name | slugify }}">
3838
{%- if page.email -%}
3939
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
4040
{%- endif -%}
41-
{%- if page.bio -%}
41+
{%- if page.Section -%} <!--Change to page.bio once updated -->
4242
<p class="staffer-meta">Section: {{ page.bio | markdownify | strip_html }}</p>
4343
{%- endif -%}
4444
{%- if page.office_hours -%} <!--Change the underscore to a hyphen when you want to display it-->

0 commit comments

Comments
 (0)