38 |
39 | <% if (post.lang) { %>
40 | <%= post.date.locale(post.lang).format(__('date_format')) %>
41 | <% } else { %>
42 | <%= post.date.locale(page.lang).format(__('date_format')) %>
43 | <% } %>
44 |
45 |
46 | <% post.tags.each(function( tag , index ){ %>
47 | <% if(index !== 0){%>
48 | ,
49 | <%}%>
50 |
51 | <%= tag.name %>
52 |
53 | <% }) %>
54 |
55 |
56 |
12 |
24 |
13 |
15 | <%- page.content %>
16 |
17 | <% if (theme.disqus_shortname) { %>
18 | <%- partial('include/disqus') %>
19 | <%}else if(theme.duoshuo_shortname){%>
20 | <%- partial('include/duoshuo') %>
21 | <%}%>
22 |
23 |
Comments
3 |注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。 5 |