freedom/layouts/partials/item-audio.html

4 lines
No EOL
78 B
HTML

<audio preload="none" controls>
<source src="{{.Params.audio}}">
</audio>