footer: remove since extra space

This commit is contained in:
Wait 2021-06-02 15:37:14 +08:00 committed by XPoet
parent d6a51e539d
commit 61b8722cd1
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<div class="copyright-info info-item"> <div class="copyright-info info-item">
&copy; &copy;
<% if (theme.footer.hasOwnProperty('since') && theme.footer.since) { %> <% if (theme.footer.hasOwnProperty('since') && theme.footer.since) { %>
<span><%= theme.footer.since %></span>&nbsp;-&nbsp; <span><%= theme.footer.since %></span>
-
<% } %> <% } %>
<%= date(new Date(), 'YYYY') %>&nbsp;<i class="fas fa-heart icon-animate"></i>&nbsp;<a href="/"><%= theme.base_info.author || config.author %></a> <%= date(new Date(), 'YYYY') %>&nbsp;<i class="fas fa-heart icon-animate"></i>&nbsp;<a href="/"><%= theme.base_info.author || config.author %></a>
</div> </div>