diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html
index 3fb0d18264..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 %}