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.

22 lines
1001 B

7 years ago
<footer id="footer" class="clearfix">
5 years ago
<% if (config.footer) { %>
<div class="footer">
<%- markdown(config.footer) %>
</div>
<br>
<%}%>
6 years ago
<% if (config.social) { %>
<div class="social-wrapper">
<% (config.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"></a>
<%}%>
<%})%>
6 years ago
</div>
6 years ago
<%}%>
<br>
6 years ago
<div><%- markdown(__('footer.license')) %></div>
<div><%- __('footer.use') %> <a href="https://xaoxuu.com/wiki/material-x/" target="_blank" class="codename">Material X</a> <%- __('footer.theme') %><% if (theme.services && theme.services.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>