i18n
xaoxuu 5 years ago
parent 2c6db2d969
commit 9f79969e0f
  1. 2
      layout/_partial/meta.ejs

@ -8,7 +8,7 @@
<%- partial('../_third-party/aplayer',
{aplayer_theme: '', aplayer_mini: true, aplayer_mode: 'circulation',
aplayer_server: post.music.server, aplayer_type: post.music.type, aplayer_id: post.music.id,
aplayer_volume: '0.7', aplayer_autoplay: false }) %>
aplayer_volume: post.music.volume?post.music.volume:'0.7', aplayer_autoplay: post.music.autoplay?true:false }) %>
<% } %>
<% if(post.thumbnail && post.thumbnail.length){ %>
<a title='<%- post.title %>' href='<%- url_for(post.path) %>'><img class='thumbnail' src='<%- post.thumbnail %>'></a>

Loading…
Cancel
Save