Fix link for author name (#2575)
Missed from bcd61266122892c2cdf3b5b85c12a71bf849d2fb
This commit is contained in:
parent
a89a015ce7
commit
be9a90fa0c
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user