hexo-theme-keep/layout/common/footer.ejs

27 lines
1.3 KiB
Plaintext
Raw Normal View History

<footer class="footer">
2020-03-22 21:52:58 +08:00
<div class="info-container">
2020-03-23 21:21:33 +08:00
<div class="copyright-info info-item">
&copy; <%= date(new Date(), 'YYYY') %> <a href="https://github.com/XPoet"
target="_blank"><%= config.author %></a>
2020-03-22 21:52:58 +08:00
</div>
2020-03-23 21:21:33 +08:00
<div class="theme-info info-item">
<%- __('powered_by') %> <a href="https://hexo.io/" target="_blank">Hexo</a>. <%- __('theme_for') %> <a
href="https://github.com/XPoet/hexo-theme-poem" target="_blank">poem</a>
2020-03-22 21:52:58 +08:00
</div>
2020-03-23 21:21:33 +08:00
<% if (theme.busuanzi_count.enable) { %>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<div class="website-count info-item">
<% if (theme.busuanzi_count.site_uv) { %>
<span id="busuanzi_container_site_uv" style="display: none">
2020-03-25 23:28:35 +08:00
在 <span id="busuanzi_value_site_uv"></span> 次与你相遇
2020-03-23 21:21:33 +08:00
</span>
<% } %>
<% if (theme.busuanzi_count.site_pv) { %>
<span id="busuanzi_container_site_pv" style="display: none">
2020-03-25 23:28:35 +08:00
发生 <span id="busuanzi_value_site_pv"></span> 次回眸
2020-03-23 21:21:33 +08:00
</span>
<% } %>
</div>
<% } %>
</div>
</footer>