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.

43 lines
1.4 KiB

4 years ago
<footer class="clearfix <%- theme.backstretch && theme.backstretch.is_dark ? 'white' : '' %>">
4 years ago
<br><br>
5 years ago
<% if (theme.social) { %>
6 years ago
<div class="social-wrapper">
5 years ago
<% (theme.social||[]).forEach(function(value){ %>
6 years ago
<% if (value.url && value.icon) { %>
5 years ago
<a href="<%= url_for(value.url) %>"
class="social <%- value.icon %> flat-btn"
target="_blank"
rel="external nofollow noopener noreferrer">
</a>
6 years ago
<%}%>
<%})%>
6 years ago
</div>
6 years ago
<%}%>
4 years ago
<% if (theme.aplayer.enable) { %>
<br>
<div class="aplayer-container">
<%- partial('../_third-party/aplayer', {post: null, where: 'footer'}) %>
</div>
<% } %>
<br>
6 years ago
<div><%- markdown(__('footer.license')) %></div>
5 years ago
<div>
<%- __('footer.use') %>
<a href="<%- theme.info.docs %>" target="_blank" class="codename"><%- theme.info.name %></a>
<%- __('footer.theme') %>
4 years ago
<% if (theme.plugins.busuanzi) { %>
5 years ago
<%- __('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') %>
6 years ago
</div>
4 years ago
<% if (config.copyright) { %>
4 years ago
<div class='copyright'>
4 years ago
<%- markdown(config.copyright) %>
4 years ago
</div>
<%}%>
7 years ago
</footer>
5 years ago
<script>setLoadingBarProgress(80);</script>