Skip to content

Commit

Permalink
update bib.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abojchevski committed Nov 23, 2020
1 parent 94b861d commit 9cd64ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<abbr class="badge">{{entry.abbr}}</abbr>
{% endif %}
{% endif %}
{% if entry.award %}
<div>
<span class="award badge">{{entry.award}}</span>
</div>
{% endif %}
</div>

<div id="{{entry.key}}" class="col-sm-8">
Expand Down Expand Up @@ -110,6 +115,9 @@
{% if entry.website %}
<a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Website</a>
{% endif %}
{% if entry.talk %}
<a href="{{ entry.talk }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Talk</a>
{% endif %}
</div>

<!-- Hidden abstract block -->
Expand Down

0 comments on commit 9cd64ee

Please sign in to comment.