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