Skip to content

Commit

Permalink
Display button but not abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 26, 2025
1 parent 2912d15 commit dc1cf4d
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 @@ -8,9 +8,9 @@
{% endif %}

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

<div class="dropDownAbstract" id="{{key}}-abstract">
<div class="dropDownAbstract" id="{{key}}-abstract" style="display:none;">
{{entry.abstract}}
</div>

0 comments on commit dc1cf4d

Please sign in to comment.