This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/layout/common/footer.ejs
2018-09-03 17:41:16 +10:00

18 lines
770 B
Plaintext

<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="<%- url_for() %>" class="logo"></a>
</h1>
<p>&copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %></p>
<p>Powered by <a href="//hexo.io/" target="_blank">Hexo</a>. Theme by <a href="//github.com/ppoffice" target="_blank">PPOffice</a></p>
</div>
<div class="footer-plugins">
<%- partial('plugin/scripts', { isFooter: true }) %>
</div>
</div>
</div>
</footer>