Fix link for author name (#2575) Missed from f68b54e53f9973047d80c1d4fc418f89f6a8689c
1 files changed, 1 insertions(+), 1 deletions(-) M _includes/author-profile.html
M _includes/author-profile.html => _includes/author-profile.html +1 -1
@@ 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 %}