added audio shortcode

This commit is contained in:
Mohammad Tabrizi 2022-05-12 09:26:44 -04:00
parent 44fb2b476b
commit e627ca5bda

View File

@ -0,0 +1,5 @@
<audio controls>
<!-- <source src="/airPods2.mp3" type="audio/mp3"> -->
<source src="/{{.Get "audio-name"}}.{{.Get "audio-type"}}" type="audio/{{.Get "audio-type"}}"> Your browser does
not support the audio element.
</audio>