We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0542b51 commit 58928dbCopy full SHA for 58928db
_includes/sidebar.html
@@ -5,7 +5,7 @@
5
<div id="sidebar" class="d-flex flex-column align-items-end">
6
<div class="profile-wrapper text-center">
7
<div id="avatar">
8
- <a href="{{ '/' | relative_url }}" alt="avatar" class="mx-auto">
+ <a href="{{ '/' | relative_url }}" class="mx-auto">
9
{% if site.avatar != empty and site.avatar %}
10
{% capture avatar_url %}
11
{% if site.avatar contains '://' %}
0 commit comments