Skip to content

Commit

Permalink
Remove order?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 27, 2025
1 parent b585036 commit f6560ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ scholar:
replace_strings: true
join_strings: true

order: ascending

#category_archive:
# type: liquid
# path: /categories/
Expand Down
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="outline:none; 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="outline:none; 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 f6560ba

Please sign in to comment.