Skip to content

Commit

Permalink
Update bib.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 27, 2025
1 parent f6560ba commit b71bd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{{ reference | replace_first: 'Bisits, J. I.', '<b>Bisits, J. I.</b>' }}

{% if entry.doi %}
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
{% endif %}

{% if entry.abstract %}
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none; color:var(--info-color); border-color:var(--info-color);">Abstract</button>
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="color:var(--info-color); border-color:var(--info-color);">Abstract</button>
{% endif %}

<div class="dropDownAbstract" id="{{key}}-abstract" style="display:none; font-size: 0.75rem;">
Expand Down

0 comments on commit b71bd69

Please sign in to comment.