Small refactor of multi-authors

This commit is contained in:
John O'Nolan
2018-04-12 10:05:40 +02:00
parent 98e9c12018
commit 6e3399366d
5 changed files with 65 additions and 142 deletions

View File

@ -27,9 +27,9 @@
</div>
{{#if profile_image}}
<span class="profile-image-wrapper"><img class="author-profile-image" src="{{profile_image}}" alt="{{name}}" /></span>
<a href="{{url}}" class="static-avatar"><img class="author-profile-image" src="{{profile_image}}" alt="{{name}}" /></a>
{{else}}
<span class="avatar-wrapper">{{> "icons/avatar"}}</span>
<a href="{{url}}" class="static-avatar author-profile-image">{{> "icons/avatar"}}</a>
{{/if}}
</li>
{{/foreach}}