2020-04-01 10:14:18 +08:00
|
|
|
<footer class="footer">
|
|
|
|
<div class="info-container">
|
|
|
|
<div class="copyright-info info-item">
|
2020-11-18 12:24:39 +08:00
|
|
|
©
|
|
|
|
<% if (theme.footer.since) { %>
|
2021-01-21 20:05:30 +08:00
|
|
|
<span><%= theme.footer.since %></span> -
|
2020-11-18 12:24:39 +08:00
|
|
|
<% } %>
|
2021-01-21 20:05:30 +08:00
|
|
|
<%= date(new Date(), 'YYYY') %> <i class="fas fa-heart icon-animate"></i> <a href="/"><%= theme.base_info.author || config.author %></a>
|
2020-04-01 10:14:18 +08:00
|
|
|
</div>
|
2020-12-30 18:11:46 +08:00
|
|
|
<% if (theme.website_count.busuanzi_count.enable === true) { %>
|
|
|
|
<script async <%= theme.pjax.enable === true ? 'data-pjax' : '' %> src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
2020-04-01 10:14:18 +08:00
|
|
|
<div class="website-count info-item">
|
2020-04-30 12:24:57 +08:00
|
|
|
<% if (theme.website_count.busuanzi_count.site_uv) { %>
|
2020-10-26 13:09:13 +08:00
|
|
|
<span id="busuanzi_container_site_uv">
|
2021-01-21 20:05:30 +08:00
|
|
|
<%- __('site_uv') %> <span id="busuanzi_value_site_uv"></span> 
|
2020-04-01 10:14:18 +08:00
|
|
|
</span>
|
|
|
|
<% } %>
|
2020-04-30 12:24:57 +08:00
|
|
|
<% if (theme.website_count.busuanzi_count.site_pv) { %>
|
2020-10-26 13:09:13 +08:00
|
|
|
<span id="busuanzi_container_site_pv">
|
2021-01-21 20:05:30 +08:00
|
|
|
<%- __('site_pv') %> <span id="busuanzi_value_site_pv"></span>
|
2020-04-01 10:14:18 +08:00
|
|
|
</span>
|
|
|
|
<% } %>
|
|
|
|
</div>
|
|
|
|
<% } %>
|
2020-09-11 15:06:38 +08:00
|
|
|
<div class="theme-info info-item">
|
2021-01-21 20:05:30 +08:00
|
|
|
<%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %> | <%- __('theme') %> <a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v<%= theme.version %></a>
|
2020-09-11 15:06:38 +08:00
|
|
|
</div>
|
2021-01-28 23:29:20 +08:00
|
|
|
<% if (theme.footer.hasOwnProperty('icp') && theme.footer.icp) { %>
|
2021-01-28 21:25:57 +08:00
|
|
|
<div class="icp-info info-item"><a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn"><%= theme.footer.icp %></a></div>
|
|
|
|
<% } %>
|
|
|
|
|
2020-04-01 10:14:18 +08:00
|
|
|
</div>
|
2020-09-02 09:40:02 +08:00
|
|
|
</footer>
|