Clearing out gh-pages

This commit is contained in:
Matthew Dillon 2015-06-22 09:12:26 -08:00
commit 8761a29f5b
37 changed files with 530 additions and 0 deletions

7
layouts/audio/li.html Normal file
View file

@ -0,0 +1,7 @@
<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 }}