Skip to content

Commit

Permalink
Update post_profile_bottom.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-fries committed Jun 19, 2019
1 parent 0fdf989 commit 25e1a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions partials/post_profile_bottom.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
{{#if primary_author.profile_image}}<img src="{{primary_author.profile_image}}" class="author" alt="{{primary_author.name}}">{{/if}}
<div class="info">
<h4>{{primary_author.name}}</h4>
<a href="{{primary_author.website}}">{{primary_author.website}}</a>
<p>{{primary_author.bio}}</p>
<p>{{{primary_author.bio}}}</p>
{{> social_bottom }}
</div>
</div>

0 comments on commit 25e1a95

Please sign in to comment.