blog/themes/typing/layout/_partial/footer.ejs

8 lines
523 B
Plaintext
Raw Normal View History

<%/* Display footer on every page */%>
<footer id="footer" class="footer">
<div id="copyright" class="copyright">
2018-09-19 02:43:54 +00:00
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author %>. <%= __('powered_by') %> <%- link_to('https://hexo.io/', 'Hexo', {external: true}) %> with <%- link_to('https://github.com/geekplux/hexo-theme-typing', 'Typing', {external: true}) %> theme. <br>Content is licensed under <%- link_to('https://creativecommons.org/licenses/by-sa/4.0/', 'CC-BY-SA 4.0', {external: true}) %>.
</div>
</footer>