Skip to content

Commit

Permalink
Fix link for author name (mmistakes#2575)
Browse files Browse the repository at this point in the history
Missed from a11be7e
  • Loading branch information
moetayuko authored Jul 23, 2020
1 parent df3f828 commit f83dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="author__content">
{% if author.home %}
<a href="{{ author_link }}"><h3 class="author__name" itemprop="name">{{ author.name }}</h3></a>
<a href="{{ author.home | relative_url }}"><h3 class="author__name" itemprop="name">{{ author.name }}</h3></a>
{% else %}
<h3 class="author__name" itemprop="name">{{ author.name }}</h3>
{% endif %}
Expand Down

0 comments on commit f83dd4d

Please sign in to comment.