Skip to content

Commit

Permalink
fix img alt property
Browse files Browse the repository at this point in the history
  • Loading branch information
livia23k committed May 4, 2024
1 parent 0c69d37 commit fe9a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
This site is built for recording everything I love. Hope it could witness my growth.
</p>
</div>
<img src="assets/img/site/avatar_ios.jpg"
<img alt="welcome-avatar" src="assets/img/site/avatar_ios.jpg"
style="width:200px; height:200px; align-items: center; justify-content: center;"
onerror="this.style.display='none'">
</div>
Expand Down

0 comments on commit fe9a9f7

Please sign in to comment.