fix: excerpt_all
This commit is contained in:
parent
641abe0ae9
commit
4fcc3ff32b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user