<% if (has_config('logo.text') && get_config('logo.text')) { %> <%= get_config('logo.text') %> <% } else { %> <%= get_config('title') %> <% } %>

© <%= date(new Date(), 'YYYY') %> <%= get_config('author') || get_config('title') %>  Powered by Hexo & Icarus <% if (has_config('plugins.busuanzi') ? get_config('plugins.busuanzi') : false) { %>
<%- _p('plugin.visitor', '0') %> <% } %>

<% if (has_config('footer.links')) { %>
<% let links = get_config('footer.links'); %> <% for (let name in links) { let link = links[name]; %>

<% if (typeof(link) === 'string') { %> <%= name %> <% } else { %> <% } %>

<% } %>
<% } %>