fix link tag typo

This commit is contained in:
Ross Kaffenberger 2014-08-12 22:14:54 -04:00
parent 15d2aa09f4
commit 1d494fddd1
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}}