master
xaoxuu 4 years ago
parent 33854a7dca
commit ea99e19d98
  1. 5
      layout/_partial/footer.ejs

@ -30,10 +30,7 @@
<% } else if (item == 'info') { %>
<%- __('footer.use') %>
<a href="<%- theme.info.docs %>" target="_blank" class="codename"><%- theme.info.name %></a>
<%- __('footer.theme') %>
<% if (theme.plugins.busuanzi) { %>
<%- __('symbol.comma') %>
<%- __('footer.total_views') %>
<%- __('footer.theme') %><% if (theme.plugins.busuanzi) { %><%- __('symbol.comma') %><%- __('footer.total_views') %>
<span id="busuanzi_value_site_pv"><i class="fas fa-spinner fa-spin fa-fw" aria-hidden="true"></i></span>
<%- __('footer.times') %>
<% } %>

Loading…
Cancel
Save