Added page for voice acting and audio include
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
10
_includes/audio.html
Normal file
10
_includes/audio.html
Normal file
@ -0,0 +1,10 @@
|
||||
<figure>
|
||||
<figcaption>{{ include.caption }}</figcaption>
|
||||
<audio
|
||||
controls
|
||||
src="{% if site.data.cdn.use and jekyll.environment == 'production' %}{{ site.data.cdn.url }}{% else %}{{ site.baseurl }}{% endif %}{{ include.link }}">
|
||||
Your browser does not support the
|
||||
<code>audio</code> element.
|
||||
</audio>
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user