reconnect
This commit is contained in:
10
.github/_includes/item/child/audio-player.html
vendored
Normal file
10
.github/_includes/item/child/audio-player.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{% comment %}
|
||||
|
||||
Adds html audio element with source listed in object_location of a child item.
|
||||
Provides a fallback to download the file.
|
||||
|
||||
{%- endcomment -%}
|
||||
<audio controls class="w-100">
|
||||
<source src="{{ child.object_location | relative_url }}">
|
||||
Your browser does not support the audio element. Please <a href="{{ child.object_location | relative_url }}">download the audio file</a>.
|
||||
</audio>
|
||||
Reference in New Issue
Block a user