<% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %>
- <% } %>
-
- <% if (index || is_post()) { %>
+ <% } %> <% if (index || is_post()) { %>
- <%- partial('post/date', {class_name: 'article-date', date_format: null}) %>
- <%- partial('post/category') %>
- <% if(theme.word_count && theme.word_count.enable && !post.no_word_count){%>
- <%- partial('post/word') %>
- <% } %>
+ <%- partial('post/date', {class_name: 'article-date', date_format: null})
+ %> <%- partial('post/category') %> <% if(theme.word_count &&
+ theme.word_count.enable && !post.no_word_count){%> <%-
+ partial('post/word') %> <% } %>
- <% } %>
-
- <% if (theme.toc && is_post()){ %>
- <%- partial('post/tocbot') %>
- <% } %>
-
- <% if (theme.excerpt_all&&index){ %>
- <% }else{ %>
+ <% } %> <% if (theme.toc && is_post()){ %> <%- partial('post/tocbot') %> <%
+ } %> <% if (theme.excerpt_all&&index){ %> <% }else{ %>
- <%- partial('post/justifiedGallery') %>
- <%- partial('post/gallery') %>
- <% if (post.excerpt && index){ %>
- <%- post.excerpt %>
- <% if (theme.excerpt_link){ %>
-
<%= theme.excerpt_link %>
- <% } %>
- <% } else { %>
- <%- post.content %>
- <% } %>
+ <%- partial('post/justifiedGallery') %> <%- partial('post/gallery') %> <%
+ if (post.excerpt && index){ %> <%- post.excerpt %> <% if
+ (theme.excerpt_link){ %>
+
<%= theme.excerpt_link %>
+ <% } %> <% } else { %> <%- post.content %> <% } %>
- <% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !index && !post.no_reward){ %>
+ <% if ((theme.reward_type === 2 || (theme.reward_type === 1 &&
+ post.reward)) && !index && !post.no_reward){ %>
<%= __('post.reward') %>
<% } %>
<% } %>
-
-
- <% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 && post.copyright)) && !index){ %>
-
-
- -
-
- <%= __('post.copyright_title') %>:
- <%= __('post.copyright_content') %>
-
-
-
- <% } %>
+
+
+ <% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 &&
+ post.copyright)) && !index){ %>
+
+
+ -
+
+ <%= __('post.copyright_title') %>:
+ <%= __('post.copyright_content') %>
+
+
+
+ <% } %>
-
- <% if (!index){ %>
- <%- partial('post/nav') %>
- <% } %>
-
- <% if (theme.valine && theme.valine.enable && !post.no_valine){ %>
- <%- partial('post/valine', {
- key: post.slug,
- title: post.title,
- url: config.url+url_for(post.path)
- }) %>
- <% } %>
-
- <% if (is_post()) { %>
- <%- partial('post/gitalk') %>
- <% } %>
-
-
\ No newline at end of file
+ <% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine &&
+ theme.valine.enable && !post.no_valine){ %> <%- partial('post/valine', { key:
+ post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %>
+ <% if (is_post()) { %> <%- partial('post/gitalk') %> <% } %> <% if
+ (theme.minivaline && theme.minivaline.enable && !post.no_minivaline){ %> <%-
+ partial('post/minivaline') %> <% } %>
+