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 bcd6126
  • Loading branch information
moetayuko authored and chukycheese committed Sep 18, 2023
1 parent 9ba5d58 commit a1c85af
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 a1c85af

Please sign in to comment.