Skip to content

Commit

Permalink
Support HTML in author section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 28, 2016
1 parent 3ca5d86 commit 6dfea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<img class="author-img" src="{{author.image}}" alt="Author image" nopin="nopin" />
<div class="author-meta">
<h4>{{author.name}}</h4>
<p>{{author.bio}} <a href="{{author.website}}">{{author.website}}</a></p>
<p>{{{author.bio}}} <a href="{{author.website}}">{{author.website}}</a></p>
</div>
</section>

Expand Down

0 comments on commit 6dfea18

Please sign in to comment.