forked from robert/robertjohnson.work
Merge pull request #373 from sanburnu/patch-1
fix: Sidebar no avatar problem
This commit is contained in:
commit
c22d6f5ae9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div class="profile-container">
|
<div class="profile-container">
|
||||||
|
|
||||||
{% if sidebar.name %}
|
{% if sidebar.avatar %}
|
||||||
<img class="avatar" src="{{ site.baseurl }}/assets/images/{{ sidebar.avatar }}" alt="profile picture" />
|
<img class="avatar" src="{{ site.baseurl }}/assets/images/{{ sidebar.avatar }}" alt="profile picture" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user