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

10 lines
472 B
Plaintext
Raw Normal View History

<%/* Display footer only on /about page */%>
<% if (is_current('about/index.html')) { %>
2018-09-10 09:21:59 +00:00
<footer id="footer" class="home-footer footer">
<div id="copyright" class="copyright">
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %>. <%= __('powered_by') %> <a href="https://hexo.io/" target="_blank">Hexo</a> with <a href="https://github.com/geekplux/hexo-theme-typing" target="_blank">Typing</a> theme.
2018-09-10 09:21:59 +00:00
<% } %>
</div>
</footer>