From f8650bbb1c5c67b72aa06935d70f0e5231a40398 Mon Sep 17 00:00:00 2001 From: Davidzdh <30859354+Guanchishan@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:02:33 +0900 Subject: [PATCH] show Wikidata link on author page Supporting Wikidata is very wonderful. And how about make Wikidata link visible on author page? Modified bookwyrm\templates\author\author.html --- bookwyrm/templates/author/author.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html index e24a77dcd..3fb0d1826 100644 --- a/bookwyrm/templates/author/author.html +++ b/bookwyrm/templates/author/author.html @@ -73,6 +73,14 @@ {% endif %} + {% if author.wikidata %} +
+ {% endif %} + {% if author.website %}