12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
<footer id="footer">
|
|
<div class="outer">
|
|
<div id="footer-info">
|
|
<div class="footer-left">
|
|
© <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %>
|
|
</div>
|
|
<div class="footer-right">
|
|
Power By <a href="http://hexo.io/" target="_blank">Hexo</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |