i18n
xaoxuu 6 years ago
parent d51e2008e9
commit c95ed932a4
  1. 4
      layout/_widget/author.ejs

@ -1,8 +1,8 @@
<% if(theme.widgets.author.enable != false) { %>
<section class='m_widget author'>
<% if(theme.widgets.author.avatar == true && config.avatar) { %>
<% if(theme.widgets.author.avatar) { %>
<div class='header'>
<img class='avatar' src='<%= url_for(config.avatar) %>'/>
<img class='avatar' src='<%= url_for(config.avatar ? config.avatar : "https://img.vim-cn.com/a4/87a96e2e01b1180bba1e76e190df5220378c1a.png") %>'/>
</div>
<%} %>
<% if (theme.widgets.author.title == true || theme.widgets.author.motto == true){ %>

Loading…
Cancel
Save