I am writing a blog under Jekyll.
I would like to embed a simple audio player into one of my posts, in order to allow the reader to play a short .wav file.
Following these instructions, I downloaded the open-embed.html file, saved it under my _includes folder and modified my default.html layout document as suggested.
Now that I have performed the aforementioned steps and saved my audio file to assets/audio/, how can I play it from my post?