Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
fix author links, reported by @GemmaG
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 23, 2017
1 parent 656193e commit e13eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<div class="authorimage box" style="background: url({{site.baseurl}}/assets/img/{{page.author}}.png)"></div>
<div class="authorinfo box">
<p>Author | <a href="{{author.homepage}}">{{author.fullname}}</a></p>
<p class="bio">{{author.bio}}</p>
<p class="bio">{{author.bio | markdownify }}</p>
</div>
</section>

0 comments on commit e13eda7

Please sign in to comment.