Skip to content

Commit

Permalink
another annoying space removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored and MicahGale committed Sep 9, 2024
1 parent 521924c commit 8c2d015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ <h2>{{ group.group }}</h2>
{% else %}
{{ person.name }},
{% endif %}
({{ person.role }}, {{ person.year }})
({{ person.role }}, {{ person.year }}),
{% if person.employer != null %}
{% if person.employer_url != null %}
, <a href="{{ person.employer_url }}" target="_blank">{{ person.employer }}</a>
<a href="{{ person.employer_url }}" target="_blank">{{ person.employer }}</a>
{% else %}
, {{ person.employer }}
{{ person.employer }}
{% endif %}
{% endif %}
</li>
Expand Down

0 comments on commit 8c2d015

Please sign in to comment.