Skip to content

Commit

Permalink
added transcript button
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanovich committed Nov 10, 2024
1 parent 01b00dd commit 58eed9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
{%- endif %}
{%- if entry.site %}
<a href="{{ entry.site }}" class="btn btn-sm z-depth-0" role="button">online resource</a>
{%- endif %}
{%- if entry.transcript %}
<a href="{{ entry.transcript }}" class="btn btn-sm z-depth-0" role="button">transcript</a>
{%- endif %}
{%- if entry.supp %}
{% if entry.supp contains '://' -%}
Expand Down

0 comments on commit 58eed9b

Please sign in to comment.