Vugo theme
This commit is contained in:
commit
64b0159616
33 changed files with 1224 additions and 0 deletions
6
vugo/layouts/shortcodes/audio.html
Normal file
6
vugo/layouts/shortcodes/audio.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<audio controls="true">
|
||||
<source src="{{.Get "src" }}" type="audio/{{.Get "audio" }}">
|
||||
Sorry mate, your browser doesn't support playing audio files.
|
||||
</source>
|
||||
</audio>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue