Skip to content

Commit

Permalink
Made profile image absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Fried-Chicken authored and Fried-Chicken committed Jan 25, 2019
1 parent 3968618 commit 8939c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/byline-single.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<section class="author-card">
{{#if profile_image}}
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" />
<img class="author-profile-image" src="{{img_url profile_image size="xs" absolute="true" }}" alt="{{name}}" />
{{else}}
<span class="avatar-wrapper">{{> "icons/avatar"}}</span>
{{/if}}
Expand Down

0 comments on commit 8939c03

Please sign in to comment.