footer: remove since extra space
This commit is contained in:
parent
d6a51e539d
commit
61b8722cd1
|
@ -3,7 +3,8 @@
|
||||||
<div class="copyright-info info-item">
|
<div class="copyright-info info-item">
|
||||||
©
|
©
|
||||||
<% if (theme.footer.hasOwnProperty('since') && theme.footer.since) { %>
|
<% 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>
|
<%= date(new Date(), 'YYYY') %> <i class="fas fa-heart icon-animate"></i> <a href="/"><%= theme.base_info.author || config.author %></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue