diff options
| -rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 3 | 
1 files changed, 3 insertions, 0 deletions
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 %}      <a href="https://hdl.handle.net/{{ paper.hdl }}" style="color: green;">hdl:{{ paper.hdl}}</a>      {% endif %} +  {% if paper.wikidata_qid %} +    <a href="https://wikidata.org/wiki/{{ paper.wikidata_qid }}" style="color: green;">wikidata:{{ paper.wikidata_qid }}</a>   +  {% endif %}  {# WIP: elastic release work grouping searches    <br>  | 
