34 lines
1.8 KiB
Plaintext
34 lines
1.8 KiB
Plaintext
<footer class="footer">
|
|
<div class="info-container">
|
|
<div class="copyright-info info-item">
|
|
©
|
|
<% if (theme.footer.since) { %>
|
|
<span><%= theme.footer.since %></span> -
|
|
<% } %>
|
|
<%= date(new Date(), 'YYYY') %> <i class="fas fa-heart icon-animate"></i> <a href="/"><%= theme.base_info.author || config.author %></a>
|
|
</div>
|
|
<% 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>
|
|
<div class="website-count info-item">
|
|
<% if (theme.website_count.busuanzi_count.site_uv) { %>
|
|
<span id="busuanzi_container_site_uv">
|
|
<%- __('site_uv') %> <span id="busuanzi_value_site_uv"></span> 
|
|
</span>
|
|
<% } %>
|
|
<% if (theme.website_count.busuanzi_count.site_pv) { %>
|
|
<span id="busuanzi_container_site_pv">
|
|
<%- __('site_pv') %> <span id="busuanzi_value_site_pv"></span>
|
|
</span>
|
|
<% } %>
|
|
</div>
|
|
<% } %>
|
|
<div class="theme-info info-item">
|
|
<%- __('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>
|
|
</div>
|
|
<% if (theme.footer.icp ){ %>
|
|
<div class="icp-info info-item"><a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn"><%= theme.footer.icp %></a></div>
|
|
<% } %>
|
|
|
|
</div>
|
|
</footer>
|