diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html new file mode 100644 index 0000000..dfc0dc0 --- /dev/null +++ b/layouts/shortcodes/audio.html @@ -0,0 +1,5 @@ +{{ $id := .Get "id" }} +{{ $mp3 := (.Page.Resources.GetMatch (.Get "mp3")) }} + \ No newline at end of file