hugo-themes/vugo/layouts/shortcodes/audio.html

7 lines
171 B
HTML
Raw Permalink Normal View History

2024-02-10 20:50:19 +01:00
<audio controls="true">
<source src="{{.Get "src" }}" type="audio/{{.Get "audio" }}">
Sorry mate, your browser doesn't support playing audio files.
</source>
</audio>