Skip to content

Commit

Permalink
names on team site bold
Browse files Browse the repository at this point in the history
  • Loading branch information
mstreit committed Dec 5, 2023
1 parent ae88fe8 commit 2489073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/alumni.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="{{ site.baseurl }}{{ person.url }}">
{% endif %}
<li>
{{ person.first_name }} {{ person.last_name }}<br>
<b>{{ person.first_name }} {{ person.last_name }}</b><br>
{% if person.position %}
{{person.position}}
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions _includes/role.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<a href="{{ site.baseurl }}{{ person.url }}">
{% endif %}
<p>
{% if person.image %}
<b>{% if person.image %}
<img alt="{{ person.first_name }} {{ person.last_name }}" class="person-image-small" src="{{site.baseurl}}{{ person.image }}">
{% else %}
<img alt="{{ person.first_name }} {{ person.last_name }}" class="person-image-small" src="{{site.baseurl}}/assets/images/team_colored/placeholder.png">
{% endif %}
{{ person.first_name }} {{ person.last_name }}<br>
{{ person.first_name }} {{ person.last_name }}</b><br>
{% if person.position %}
{{person.position}}
{% endif %}
Expand Down

0 comments on commit 2489073

Please sign in to comment.