调整部分样式
diff --git a/themes/bootstrap-blog/layout/_partial/header.ejs b/themes/bootstrap-blog/layout/_partial/header.ejs
index 7d44c5b..32762c2 100644
--- a/themes/bootstrap-blog/layout/_partial/header.ejs
+++ b/themes/bootstrap-blog/layout/_partial/header.ejs
@@ -1,5 +1,9 @@
<div class="blog-header">
+ <% if (!is_post()) {%>
<h1 class="blog-title"><%= config.title %></h1>
+ <% } else {%>
+ <div class="blog_title"> </div>
+ <% } %>
<% if (theme.subtitle){ %>
<p class="lead blog-description"><%= theme.subtitle %></p>
<% } %>