Skip to content

Commit

Permalink
Add missing span to page template
Browse files Browse the repository at this point in the history
  • Loading branch information
John O'Nolan authored and olsgreen committed Feb 7, 2014
1 parent 7558f70 commit 689bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 689bea6

Please sign in to comment.