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 59730b8 commit 196c4b6
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);">Link</button></a>
<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: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);">Abstract</button>
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none; color:var(--info-color); border:var(--info-color)">Abstract</button>
{% endif %}

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

0 comments on commit 196c4b6

Please sign in to comment.