Skip to content

Commit dadf0bd

Browse files
JinsYinNataliaTepluhina
authored andcommitted
remove 'partials/blog' logic (#2362)
1 parent 8566c25 commit dadf0bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@
9797
<%- partial('partials/header') %>
9898
<% if (!isIndex) { %>
9999
<div id="main" class="fix-sidebar">
100-
<% if (page.blog_index) { %>
101-
<%- partial('partials/blog') %>
102-
<% } else { %>
103-
<%- body %>
104-
<% } %>
100+
<%- body %>
105101
</div>
106102
<script src="<%- url_for("/js/smooth-scroll.min.js") %>"></script>
107103
<% } else { %>

0 commit comments

Comments
 (0)