文章内音乐控件

i18n
xaoxuu 6 years ago
parent 3895a07e87
commit ae40f72479
  1. 8
      layout/_partial/post.ejs

@ -1,5 +1,13 @@
<article class="post reveal <%= (post.title) ? "" : "no-title" %>">
<section class="meta">
<% if(post.music && !post.music.internal){ %>
<div class="aplayer" data-mini=true
data-mode="circulation" data-volume="0.5"
data-server="<%= post.music.server %>"
data-type="<%= post.music.type %>"
data-id="<%= post.music.id %>">
</div>
<% } %>
<h2 class="title">
<a href="<%- url_for(post.path) %>">
<% if(post.title){ %>

Loading…
Cancel
Save