Skip to content

Commit

Permalink
moved team label above name
Browse files Browse the repository at this point in the history
  • Loading branch information
brandosu committed Aug 23, 2024
1 parent 3138feb commit 8101063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/staffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<img class="staffer-image" src="{{ site.baseurl }}{{ page.subpath }}default_photo.jpg" alt="{{ page.name }} profile photo" width="{{ page.width }}" height="{{ page.height }}">
{%- endif -%}
<div>
{%- if page.team -%}
<span class="team label-{{ page.team }}">{{ page.team }}</span>
{%- endif -%}
<h3 class="staffer-name" id="{{ page.name | slugify }}">
{%- if page.website -%}
<a href="{{ page.website }}">{{ page.name }}</a>
Expand All @@ -32,9 +35,6 @@ <h3 class="staffer-name" id="{{ page.name | slugify }}">
<span class="staffer-badge">DSP</span>
{%- endif -%}
</h3>
{%- if page.team -%}
<span class="team label-{{ page.team }}">{{ page.team }}</span>
{%- endif -%}
{%- if page.email -%}
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
{%- endif -%}
Expand Down

0 comments on commit 8101063

Please sign in to comment.