Skip to content

Commit

Permalink
Re work to not override everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 26, 2025
1 parent 13ea1b4 commit d4daa98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
File renamed without changes.
9 changes: 4 additions & 5 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
{% endif %} -->
<!-- {{ new_reference}} -->
{{ reference | replace_first: 'Bisits, J. I.', '<b>Bisits, J. I.</b>' }}
{% if entry.abstract %}
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none;">Abstract</button>
{% endif %}

{% 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;">DOI</button></a>
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal;">Link</button></a>
{% endif %}

{% if entry.abstract %}
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none;">Abstract</button>
{% endif %}
<div class="dropDownAbstract" id="{{key}}-abstract">
{{entry.abstract}}
</div>

0 comments on commit d4daa98

Please sign in to comment.