commit | 1c1e69468b260074736527eb4baded19d512086f | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周二 6月 21 16:43:59 2016 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周二 6月 21 16:43:59 2016 +0800 |
tree | 5287d67f40f882736ad176bf8d6f061489fd570f | |
parent | 4f5a1e6b8139468ee3f8454632e0f65f01cb6474 [diff] |
调整部分样式
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> <% } %>
diff --git a/themes/bootstrap-blog/layout/_partial/sidebar.ejs b/themes/bootstrap-blog/layout/_partial/sidebar.ejs index 2ad43f4..04387e0 100644 --- a/themes/bootstrap-blog/layout/_partial/sidebar.ejs +++ b/themes/bootstrap-blog/layout/_partial/sidebar.ejs
@@ -1,3 +1,4 @@ +<div> </div> <% theme.widgets.forEach(function(widget){ %> <%- partial('_widget/' + widget) %> <% }) %>