feat: footer add heart icon

This commit is contained in:
XPoet 2020-09-02 09:40:02 +08:00
parent d513643f6b
commit 954985044c
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<footer class="footer"> <footer class="footer">
<div class="info-container"> <div class="info-container">
<div class="copyright-info info-item"> <div class="copyright-info info-item">
&copy; <%= date(new Date(), 'YYYY') %> <a href="/"><%= config.author %></a> &copy; <%= date(new Date(), 'YYYY') %> <i class="fa fa-heart-o"></i> <a href="/"><%= config.author %></a>
</div> </div>
<div class="theme-info info-item"> <div class="theme-info info-item">
<%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %> | <%- __('theme') %> <a <%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %> | <%- __('theme') %> <a
@ -12,12 +12,12 @@
<div class="website-count info-item"> <div class="website-count info-item">
<% if (theme.website_count.busuanzi_count.site_uv) { %> <% if (theme.website_count.busuanzi_count.site_uv) { %>
<span id="busuanzi_container_site_uv" style="display: none"> <span id="busuanzi_container_site_uv" style="display: none">
<%- __('site_uv') %><span id="busuanzi_value_site_uv"></span> <%- __('site_uv') %> <span id="busuanzi_value_site_uv"></span>
</span> </span>
<% } %> <% } %>
<% if (theme.website_count.busuanzi_count.site_pv) { %> <% if (theme.website_count.busuanzi_count.site_pv) { %>
<span id="busuanzi_container_site_pv" style="display: none"> <span id="busuanzi_container_site_pv" style="display: none">
<%- __('site_pv') %><span id="busuanzi_value_site_pv"></span> <%- __('site_pv') %> <span id="busuanzi_value_site_pv"></span>
</span> </span>
<% } %> <% } %>
</div> </div>