Files
2martens.de/_includes/audio.html
Jim Martens 8d48c8ba0f
All checks were successful
continuous-integration/drone/push Build is passing
Added page for voice acting and audio include
Signed-off-by: Jim Martens <github@2martens.de>
2019-07-16 15:48:09 +02:00

11 lines
359 B
HTML

<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>