diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html
index e24a77dcd4..043f3fa54d 100644
--- a/bookwyrm/templates/author/author.html
+++ b/bookwyrm/templates/author/author.html
@@ -28,7 +28,7 @@
{{ author.name }}
{% firstof author.aliases author.born author.died as details %}
- {% firstof author.wikipedia_link author.website author.openlibrary_key author.inventaire_id author.isni author.isfdb as links %}
+ {% firstof author.wikipedia_link author.website author.openlibrary_key author.inventaire_id author.isni author.isfdb author.wikidata as links %}
{% if details or links %}
{% if details %}
@@ -73,6 +73,14 @@
{% trans "External links" %}
{% endif %}
+ {% if author.wikidata %}
+
+ {% endif %}
+
{% if author.website %}