hexo-theme-keep/layout/common/footer.ejs

10 lines
492 B
Plaintext
Raw Normal View History

<footer class="footer">
2020-03-22 21:52:58 +08:00
<div class="info-container">
<div class="copyright-info">
&copy; <%= date(new Date(), 'YYYY') %> <a href="https://github.com/XPoet" target="_blank"><%= config.author %></a>
</div>
<div class="theme-info">
<%- __('powered_by') %> <a href="https://hexo.io/" target="_blank">Hexo</a>. <%- __('theme_for') %> <a href="https://github.com/XPoet/hexo-theme-poem" target="_blank">poem</a>
</div>
</div>
</footer>