fix link tag typo
This commit is contained in:
parent
15d2aa09f4
commit
1d494fddd1
2
post.hbs
2
post.hbs
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue