Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/flac.html')
-rw-r--r--layouts/shortcodes/flac.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/flac.html b/layouts/shortcodes/flac.html
new file mode 100644
index 0000000..4fa5f63
--- /dev/null
+++ b/layouts/shortcodes/flac.html
@@ -0,0 +1,5 @@
+<audio controls loop>
+ <source src="/{{ .Inner }}.mp3" type="audio/mpeg">
+ <source src="/{{ .Inner }}.m4a" type="audio/mp4">
+Your browser does not support the audio element.
+</audio> \ No newline at end of file