Merge pull request #100 from itswait/footer
fix: remove footer extra space
This commit is contained in:
commit
219c02d0d1
|
@ -3,7 +3,8 @@
|
|||
<div class="copyright-info info-item">
|
||||
©
|
||||
<% if (theme.footer.hasOwnProperty('since') && theme.footer.since) { %>
|
||||
<span><%= theme.footer.since %></span> -
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue