Merge pull request #373 from sanburnu/patch-1

fix: Sidebar no avatar problem
This commit is contained in:
Sharath Kumar 2023-04-29 11:51:00 +05:30 committed by GitHub
commit c22d6f5ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<div class="profile-container">
{% if sidebar.name %}
{% if sidebar.avatar %}
<img class="avatar" src="{{ site.baseurl }}/assets/images/{{ sidebar.avatar }}" alt="profile picture" />
{% endif %}