We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240364b + c999714 commit e7cb759Copy full SHA for e7cb759
layout/_partial/footer.ejs
@@ -25,7 +25,11 @@ const has_count_info = show_pv || show_uv || show_word_count
25
%>
26
<footer class="footer border-box">
27
<div class="copyright-info info-item">
28
- © <% if (f_since) { %><span><%= f_since %></span> - <% } %><%= date(new Date(), 'YYYY') %>
+ © <% if (f_since) { %>
29
+ <span><%= f_since %></span>
30
+ <% } if(f_since != date(new Date(), 'YYYY')) {%>
31
+ - <%= date(new Date(), 'YYYY') %>
32
+ <% } %>
33
<% if (web_master) { %>
34
<i class="fas fa-heart icon-animate"></i> <a href="<%- url_for('/') %>"><%= web_master %></a>
35
<% } %>
0 commit comments