Skip to content

Commit

Permalink
Fix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 5, 2021
1 parent 90e8fa6 commit f08b5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/profile/avatar.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- with .Site.Author -}}
<img class="profile-avatar rounded-circle" src="{{ absURL (default "images/profile.webp" .Site.Author.avatar) }}" alt="{{ .Site.Author.name }}" loading="lazy">
<img class="profile-avatar rounded-circle" src="{{ absURL (default "images/profile.webp" .avatar) }}" alt="{{ .name }}" loading="lazy">
{{- end -}}

0 comments on commit f08b5f9

Please sign in to comment.