diff --git a/_includes/team_card/name.html b/_includes/team_card/name.html index e9f9b7720da7b5cd666db1e861f58df4ac573ba7..b0e867e542dea46cb28163d31b7a177df6ba9127 100644 --- a/_includes/team_card/name.html +++ b/_includes/team_card/name.html @@ -11,7 +11,7 @@ {%- if person -%} {%- if person.name -%} <span class="name"> - {{ person.name }} + {{ person.name }} </span> {%- else -%} <!-- diff --git a/_includes/team_card_mini.html b/_includes/team_card_mini.html index d99259aad42326a8738d904ddfcc860726bddf56..6c052bac9d5ed8e4b775ba31bd44dfebe751a12a 100644 --- a/_includes/team_card_mini.html +++ b/_includes/team_card_mini.html @@ -6,7 +6,7 @@ {% assign person = include.person %} {% if person %} <span class="team-card-mini"> - <!-- a href="{{ person.id | prepend: 'members/' | relative_url }}" --> + <div> {% if person.image %} {% assign image-url = site.directory.images | append: "members/" @@ -17,7 +17,7 @@ {% endif %} {% include team_card/name.html person=person %} {% include team_card/team_member_associate.html person=person %} - <!-- /a --> + </div> </span> {% else %} <!--