footer.ejs 466 B

123456789
  1. <footer id="footer">
  2. <div class="outer">
  3. <div id="footer-info" class="inner">
  4. &copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
  5. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="https://github.com/MilesPong/hexo-theme-icarus">icarus</a>
  6. </div>
  7. </div>
  8. </footer>
  9. <script async="async" src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>