Skip to content

Commit

Permalink
fix: alt element defined twice inside author block
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmetayer authored and James Denton committed Oct 12, 2022
1 parent 9c6537e commit 7d7db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="author">
<div class="toleft">
<img class="selfie" src="{% if site.authors[page.author].external-image == true %}{{ site.authors[page.author].picture }}{% else %}{{ site.url }}/{{ site.authors[page.author].picture }}{% endif %}" alt="{{ site.authors[page.author].name }}" alt="author selfie">
<img class="selfie" src="{% if site.authors[page.author].external-image == true %}{{ site.authors[page.author].picture }}{% else %}{{ site.url }}/{{ site.authors[page.author].picture }}{% endif %}" alt="{{ site.authors[page.author].name }}">
</div>

<div class="toright">
Expand Down

0 comments on commit 7d7db68

Please sign in to comment.