You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
1.4 KiB

<footer class="clearfix <%- theme.backstretch && theme.backstretch.is_dark ? 'white' : '' %>">
<br><br>
<% if (theme.social) { %>
<div class="social-wrapper">
<% (theme.social||[]).forEach(function(value){ %>
<% if (value.url && value.icon) { %>
<a href="<%= url_for(value.url) %>"
class="social <%- value.icon %> flat-btn"
target="_blank"
rel="external nofollow noopener noreferrer">
</a>
<%}%>
<%})%>
</div>
<%}%>
<% if (theme.aplayer.enable) { %>
<br>
<div class="aplayer-container">
<%- partial('../_third-party/aplayer', {post: null, where: 'footer'}) %>
</div>
<% } %>
<br>
<div><%- markdown(__('footer.license')) %></div>
<div>
<%- __('footer.use') %>
<a href="<%- theme.info.docs %>" target="_blank" class="codename"><%- theme.info.name %></a>
<%- __('footer.theme') %>
<% if (theme.plugins.busuanzi) { %>
<%- __('symbol.comma') %>
<%- __('footer.total_views') %>
<span id="busuanzi_value_site_pv"><i class="fas fa-spinner fa-spin fa-fw" aria-hidden="true"></i></span>
<%- __('footer.times') %>
<% } %>
<%- __('symbol.period') %>
</div>
<% if (config.copyright) { %>
<div class='copyright'>
<%- markdown(config.copyright) %>
</div>
<%}%>
</footer>
<script>setLoadingBarProgress(80);</script>