From b66342bab2b58f94053066d9785fade037837b45 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Jun 2020 15:56:09 -0700 Subject: add additional fatcat metadata tag --- fatcat_scholar/templates/search_macros.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'fatcat_scholar/templates') diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 15748d8..29f8733 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -128,16 +128,22 @@ fatcat:{{ paper.biblio.release_ident}}   {% endif %} - {# ### SOURCE TAGS #} + {# ### TAGS #}
{# colors to use: olive, brown, grey, pink, red, etc #} + {# TODO: remove doc for ES 7.x-style lack of type #} + {# TODO: only show 'json' link if from cluster? #} + + json + + {% if paper.biblio.release_ident %} + + metadata + + {% endif %} {% for tag in paper.tags %} {{ _(tag) }} {% endfor %} - {# TODO: remove doc for ES 7.x-style lack of type #} - - indexed -
-- cgit v1.2.3