footer.ejs 351 B

12345678
  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="http://github.com/ppoffice">PPOffice</a>
  6. </div>
  7. </div>
  8. </footer>