diff --git a/themes/vue/layout/layout.ejs b/themes/vue/layout/layout.ejs index a3f153187..e67dd0c33 100644 --- a/themes/vue/layout/layout.ejs +++ b/themes/vue/layout/layout.ejs @@ -97,11 +97,7 @@ <%- partial('partials/header') %> <% if (!isIndex) { %>
- <% if (page.blog_index) { %> - <%- partial('partials/blog') %> - <% } else { %> - <%- body %> - <% } %> + <%- body %>
<% } else { %>