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