Drop duplicate author link to ISFDB

Closes: #3018.
This commit is contained in:
Adeodato Simó 2023-10-09 01:14:50 -03:00
parent 54e0fdd5ae
commit 55eb81dbf9
No known key found for this signature in database
GPG key ID: CDF447845F1A986F

View file

@ -144,14 +144,6 @@
</a>
</div>
{% endif %}
{% if author.isfdb %}
<div>
<a itemprop="sameAs" href="https://www.isfdb.org/cgi-bin/ea.cgi?{{ author.isfdb }}" target="_blank" rel="nofollow noopener noreferrer">
{% trans "View ISFDB entry" %}
</a>
</div>
{% endif %}
</div>
</section>
{% endif %}