Merge pull request #3022 from dato/drop_duplicate_isfdb_link

Drop duplicate author link to ISFDB
This commit is contained in:
Jascha Ezra Urbach 2023-10-14 13:57:08 +02:00 committed by GitHub
commit 16b7db4639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %}