i18n
xaoxuu 4 years ago
parent ba687e2335
commit 8801ed5f2c
  1. 11
      layout/_partial/footer.ejs

@ -1,4 +1,5 @@
<footer class="clearfix"> <footer class="clearfix">
<br><br>
<% if (theme.social) { %> <% if (theme.social) { %>
<div class="social-wrapper"> <div class="social-wrapper">
<% (theme.social||[]).forEach(function(value){ %> <% (theme.social||[]).forEach(function(value){ %>
@ -12,10 +13,12 @@
<%})%> <%})%>
</div> </div>
<%}%> <%}%>
<br> <% if (theme.aplayer.enable) { %>
<div class="aplayer-container"> <br>
<%- partial('../_third-party/aplayer', {post: null, where: 'footer'}) %> <div class="aplayer-container">
</div> <%- partial('../_third-party/aplayer', {post: null, where: 'footer'}) %>
</div>
<% } %>
<br> <br>
<div><%- markdown(__('footer.license')) %></div> <div><%- markdown(__('footer.license')) %></div>
<div> <div>

Loading…
Cancel
Save