Simplify author link

no issue
This commit is contained in:
Fabian Becker
2014-07-23 00:33:54 +02:00
parent a60cdab266
commit 7dfe3f4a0d
2 changed files with 3 additions and 3 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}}