~xdavidwu/xdavidwu.link

a8e9cf58fdfcbd48007abaf2a6112c0c1b05fbf3 — dianlujitao 3 years ago 5beb658
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 %}