Skip to content

Commit

Permalink
Update bib.html
Browse files Browse the repository at this point in the history
Removed citation box
  • Loading branch information
filippomazzoli committed Aug 27, 2023
1 parent ccd063d commit 0497b79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
{% endif %}
></span>
{%- endif %}
{%- if site.badges.dimensions_badge %}
<!-- {%- if site.badges.dimensions_badge %}
<span class="__dimensions_badge_embed__"
{% if entry.doi %}
data-doi="{{ entry.doi }}"
Expand All @@ -212,8 +212,9 @@
{% else %}
data-id="{{ entry.dimensions }}"
{% endif %}
data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 3px;"></span>
{%- endif %}
data-hide-zero-citations="true"
data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 3px;"></span>
{%- endif %} -->
</div>
{%- endif %}

Expand Down

0 comments on commit 0497b79

Please sign in to comment.