Skip to content

Commit

Permalink
fix: alt is not a valid attribute for 'a' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Mar 27, 2022
1 parent 0542b51 commit 58928db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div id="sidebar" class="d-flex flex-column align-items-end">
<div class="profile-wrapper text-center">
<div id="avatar">
<a href="{{ '/' | relative_url }}" alt="avatar" class="mx-auto">
<a href="{{ '/' | relative_url }}" class="mx-auto">
{% if site.avatar != empty and site.avatar %}
{% capture avatar_url %}
{% if site.avatar contains '://' %}
Expand Down

0 comments on commit 58928db

Please sign in to comment.