fix: excerpt_all
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
<%- partial('post/tocbot') %>
|
||||
<% } %>
|
||||
|
||||
<% if (!theme.excerpt_all){ %>
|
||||
<% if (theme.excerpt_all&&index){ %>
|
||||
<% }else{ %>
|
||||
<div class="article-entry" itemprop="articleBody">
|
||||
<%- partial('post/justifiedGallery') %>
|
||||
<%- partial('post/gallery') %>
|
||||
@@ -41,8 +42,8 @@
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<% } %>
|
||||
|
||||
<!-- copyright -->
|
||||
<% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 && post.copyright)) && !index){ %>
|
||||
<div class="declare">
|
||||
|
Reference in New Issue
Block a user