akdillon/layouts/audio/li.html
Matthew Dillon 030b820251 Audio
2015-06-21 12:15:19 -08:00

7 lines
273 B
HTML

<h4><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h4>
<a href="{{ .Params.songurl }}" target="_blank">Download</a>
<br>
<audio src="{{ .Params.songurl }}" controls>
Your browser does not support the <code>audio</code> element.
</audio>
{{ .Content }}