Added page for voice acting and audio include
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-16 15:48:09 +02:00
parent a8cd00eef9
commit 8d48c8ba0f
2 changed files with 22 additions and 0 deletions

10
_includes/audio.html Normal file
View 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>