Merge pull request #100 from itswait/footer

fix: remove footer extra space
This commit is contained in:
指间的诗意 2021-06-07 22:52:31 +08:00 committed by GitHub
commit 219c02d0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<div class="copyright-info info-item">
&copy;
<% 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>
</div>