Skip to content

Commit 58bc20f

Browse files
committed
fix content overlapping sidebar on blog pages, fixes #431
1 parent 5c2dad7 commit 58bc20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/post.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ul>
1919
</div>
2020
</div>
21-
<div class="content blog post">
21+
<div class="content with-sidebar blog post">
2222
<%- partial('partials/ad') %>
2323
<h1><%- page.title %></h1>
2424
<h4><%- page.date.format('MMM D[,] YYYY') %></h4>

0 commit comments

Comments
 (0)