From 1fa6c8221e320cd11a87a4a673be4f40ee167baa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Feb 2022 14:36:48 -0800 Subject: release SERP: show wikidata QID --- python/fatcat_web/templates/entity_macros.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 39eb8a80..9b419c41 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -254,6 +254,9 @@ {% if paper.hdl %} hdl:{{ paper.hdl}}   {% endif %} + {% if paper.wikidata_qid %} + wikidata:{{ paper.wikidata_qid }}   + {% endif %} {# WIP: elastic release work grouping searches
-- cgit v1.2.3