footer.ejs 417 B

1234567891011
  1. <footer id="footer">
  2. <% if (theme.sidebar === 'bottom'){ %>
  3. <%- partial('_partial/sidebar') %>
  4. <% } %>
  5. <div class="outer">
  6. <div id="footer-info" class="inner">
  7. &copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
  8. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
  9. </div>
  10. </div>
  11. </footer>