Files
isTommyOnVistabreak.xyz/blog/tparnell-travel/themes/landscape/layout/_partial/footer.ejs
Tommy Parnell 87111bd5de first post
2016-08-13 16:44:25 +01:00

11 lines
370 B
Plaintext

<footer id="footer">
<% if (theme.sidebar === 'bottom'){ %>
<%- partial('_partial/sidebar') %>
<% } %>
<div class="outer">
<div id="footer-info" class="inner">
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
<%= __('powered_by') %> <a href="http://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>