Tang Cheng | 60ba803 | 2016-06-20 15:31:17 +0800 | [diff] [blame] | 1 | <div class="blog-header"> |
Tang Cheng | 1c1e694 | 2016-06-21 16:43:59 +0800 | [diff] [blame^] | 2 | <% if (!is_post()) {%> |
Tang Cheng | 60ba803 | 2016-06-20 15:31:17 +0800 | [diff] [blame] | 3 | <h1 class="blog-title"><%= config.title %></h1> |
Tang Cheng | 1c1e694 | 2016-06-21 16:43:59 +0800 | [diff] [blame^] | 4 | <% } else {%> |
| 5 | <div class="blog_title"> </div> |
| 6 | <% } %> |
Tang Cheng | 60ba803 | 2016-06-20 15:31:17 +0800 | [diff] [blame] | 7 | <% if (theme.subtitle){ %> |
| 8 | <p class="lead blog-description"><%= theme.subtitle %></p> |
| 9 | <% } %> |
| 10 | </div> |