feat: footer add heart icon
This commit is contained in:
parent
d513643f6b
commit
954985044c
|
@ -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">
|
||||||
© <%= date(new Date(), 'YYYY') %> <a href="/"><%= config.author %></a>
|
© <%= 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
|
||||||
|
|
Loading…
Reference in New Issue