summaryrefslogtreecommitdiff
path: root/layout/_partial/footer.ejs
blob: e9b8c643a8062751e09dbe687e323e2c933e1daa (plain)
1
2
3
4
5
6
7
8
9
<footer class="footer">
    <div class="footer-copyright">
        Copyright © <%= date(Date.now(), 'YYYY') %> <a href="<%= url_for('/') %>"><%= config.title %></a>
    </div>
    <div class="footer-power">
        <p>Powered by <a href="https://hexo.io" target="_blank">Hexo</a> | Theme - <a href="https://github.com/guiqiqi/Chromate"
                target="_blank">Chromate</a></p>
    </div>
</footer>