Merge pull request #119 from rossta/post_hbs_typo

Fix link tag typo
This commit is contained in:
John O'Nolan 2014-08-13 09:21:49 +02:00
commit 3950251944
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{{#if image}}
<figure class="author-image">
<A class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
<a class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
</figure>
{{/if}}