We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8566c25 commit dadf0bdCopy full SHA for dadf0bd
themes/vue/layout/layout.ejs
@@ -97,11 +97,7 @@
97
<%- partial('partials/header') %>
98
<% if (!isIndex) { %>
99
<div id="main" class="fix-sidebar">
100
- <% if (page.blog_index) { %>
101
- <%- partial('partials/blog') %>
102
- <% } else { %>
103
- <%- body %>
104
- <% } %>
+ <%- body %>
105
</div>
106
<script src="<%- url_for("/js/smooth-scroll.min.js") %>"></script>
107
<% } else { %>
0 commit comments