Skip to content

Commit 58928db

Browse files
committed
fix: alt is not a valid attribute for 'a' tag
1 parent 0542b51 commit 58928db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div id="sidebar" class="d-flex flex-column align-items-end">
66
<div class="profile-wrapper text-center">
77
<div id="avatar">
8-
<a href="{{ '/' | relative_url }}" alt="avatar" class="mx-auto">
8+
<a href="{{ '/' | relative_url }}" class="mx-auto">
99
{% if site.avatar != empty and site.avatar %}
1010
{% capture avatar_url %}
1111
{% if site.avatar contains '://' %}

0 commit comments

Comments
 (0)