Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zchengsite committed Sep 10, 2020
1 parent a4a273d commit fb6bfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/navigation.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="avatar">
<a href="<%- theme.avatar.path %>">
<!-- 头像取消懒加载,添加no-lazy -->
<% if (config.lazyload.enable) { %>
<% if (config.lazyload && config.lazyload.enable) { %>
<img no-lazy src="<%- theme.avatar.author_photo %>" alt="">
<% } else { %>
<img src="<%- theme.avatar.author_photo %>" alt="">
Expand Down

0 comments on commit fb6bfdc

Please sign in to comment.