<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> | |
<% } %> | |
</div> |