Make the single post view less shit when there's no blog logo

This commit is contained in:
John O'Nolan
2013-10-30 16:55:54 +01:00
parent 92ff4f4145
commit 928e7e3ffe
2 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{{#if @blog.logo}}
<img src="{{@blog.logo}}" alt="Blog Logo" />
{{else}}
{{@blog.title}}
<span class="blog-title">{{@blog.title}}</span>
{{/if}}
</a>
</header>