Skip to content

Commit

Permalink
Check for wikidata when determining if links are present
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve authored Oct 17, 2024
1 parent f8650bb commit 0a3fc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookwyrm/templates/author/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="title">{{ author.name }}</h1>
<meta itemprop="name" content="{{ 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 %}
<div class="column is-3">
{% if details %}
Expand Down

0 comments on commit 0a3fc58

Please sign in to comment.