More stupid fixes

This commit is contained in:
John O'Nolan
2013-12-02 11:53:48 +01:00
parent 11ddc30545
commit 657f9fb749
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@
{{! Each post has the blog logo at the top, with a link back to the home page }}
<header class="post-header">
<a id="blog-logo" href="{{@blog.url}}">
<a class="blog-logo" href="{{@blog.url}}">
{{#if @blog.logo}}
<img src="{{@blog.logo}}" alt="Blog Logo" />
{{else}}