2018-09-16 02:59:03 +00:00
|
|
|
<%/* 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">
|
2018-09-16 02:59:03 +00:00
|
|
|
© <%= 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-16 04:09:41 +00:00
|
|
|
</div>
|
|
|
|
</footer>
|
2018-09-10 09:21:59 +00:00
|
|
|
<% } %>
|
2018-09-16 02:59:03 +00:00
|
|
|
|