blob: c17705b64a087c57f744dcd9bddf590a3dcc9187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<footer class="footer">
<div class="content has-text-centered has-text-grey">
<div class="footer-copyright">
Copyright © <%= date(Date.now(), 'YYYY' ) %> <%= config.title %>
</div>
<div class="footer-power">
<p>Powered by <a class="has-text-black" href="https://hexo.io" target="_blank">Hexo</a>
<i class="fa fa-heart has-text-danger"></i>
Theme <a class="has-text-black" href="https://github.com/guiqiqi/chromate">Chromate</a>
</div>
</div>
</footer>
|