Skip to content

Commit

Permalink
FIX: Avatar use picture links
Browse files Browse the repository at this point in the history
  • Loading branch information
huweihuang committed Sep 23, 2018
1 parent 4f45369 commit e4d72ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/huweihuang/layout/_widget/short-about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="short-about">

<% if(config['sidebar-avatar']) { %>
<img id = "avatar_pic" src="<%= config['root'] %><%= config['sidebar-avatar'] %>" />
<img id = "avatar_pic" src="<%= config['sidebar-avatar'] %>" />
<% } %>

<% if(config['sidebar-about-description']) { %>
Expand Down Expand Up @@ -90,4 +90,4 @@
<% } %>
</ul>
</div>
</section>
</section>

0 comments on commit e4d72ea

Please sign in to comment.