diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html new file mode 100644 index 0000000..3a0b593 --- /dev/null +++ b/layouts/shortcodes/audio.html @@ -0,0 +1,6 @@ + + + {{ with .Get "src" }}{{ end }} + + {{ with .Get "caption" }}{{ . }}{{ end }} +