Add missing span to page template

Fixes #67
This commit is contained in:
John O'Nolan 2014-01-10 16:31:25 +01:00
parent 36fe40b9d7
commit 8b420d01a5
1 changed files with 1 additions and 1 deletions

View File

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