From 4579768a50a298fed0ff39646cce95fd54cf5f7f Mon Sep 17 00:00:00 2001 From: Demi-wlw <88136271+Demi-wlw@users.noreply.github.com> Date: Sun, 19 Mar 2023 22:04:15 +0000 Subject: [PATCH] Added more options to altmetric badge, changed to arxiv code first (#1269) --- _layouts/bib.html | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/_layouts/bib.html b/_layouts/bib.html index 2f83cc6c5053..e2ec7e159fda 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -184,12 +184,32 @@ {% if site.badges %}
- {%- if site.badges.altmetric_badge or entry.altmetric %} - - {%- endif %} - {%- if site.badges.dimensions_badge or entry.dimensions %} - - {%- endif %} + {%- if site.badges.altmetric_badge %} + + {%- endif %} + {%- if site.badges.dimensions_badge %} + + {%- endif %}
{%- endif %}