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.

23 lines
1013 B

7 years ago
<footer id="footer" class="clearfix">
5 years ago
<% if (theme.footer) { %>
5 years ago
<div class="footer">
5 years ago
<%- markdown(theme.footer) %>
5 years ago
</div>
<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) { %>
<a href="<%= url_for(value.url) %>" class="social <%- value.icon %> flat-btn" target="_blank" rel="external"></a>
<%}%>
<%})%>
6 years ago
</div>
6 years ago
<%}%>
<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') %><% if (theme.busuanzi == true) { %><%- __('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>
7 years ago
</footer>
5 years ago
<script>setLoadingBarProgress(80);</script>