Made title visible in tag template

Made the title visible at all times as it presented as a inconsistency
in the template.
This commit is contained in:
Nathaniel Blackburn 2014-04-07 11:03:27 +01:00
parent 2530642253
commit 97646bc406
1 changed files with 1 additions and 2 deletions

View File

@ -10,10 +10,9 @@
<a class="blog-logo" href="{{@blog.url}}">
{{#if @blog.logo}}
<img src="{{@blog.logo}}" alt="Blog Logo" />
{{else}}
<h1 class="blog-title">{{@blog.title}}</h1>
{{/if}}
</a>
<h1 class="blog-title">{{@blog.title}}</h1>
<h2 class="blog-description">{{@blog.description}}</h2>
</div>
</div>