Skip to content

Commit 13b41fa

Browse files
committed
_layouts: Remove redundant staffer alt text
1 parent 434a361 commit 13b41fa

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
@@ -1,6 +1,6 @@
11
<div class="staffer">
22
{% if page.photo %}
3-
<img class="staffer-image" src="{{ page.photo }}" alt="{{ page.name }}">
3+
<img class="staffer-image" src="{{ page.photo }}" alt="">
44
{% endif %}
55
<div>
66
<h3 class="staffer-name">

0 commit comments

Comments
 (0)