commit
3950251944
2
post.hbs
2
post.hbs
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
{{#if image}}
|
{{#if image}}
|
||||||
<figure class="author-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>
|
</figure>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue