<audio {% if {{include.title}} %}title=“{{include.title}}”{% endif %} controls=“controls”>
Your browser does not support the <code>audio</code> element. <source src="{{site.audio_path | append: "/" }}{{include.file}}" type="audio/mp3" />
</audio>
<audio {% if {{include.title}} %}title=“{{include.title}}”{% endif %} controls=“controls”>
Your browser does not support the <code>audio</code> element. <source src="{{site.audio_path | append: "/" }}{{include.file}}" type="audio/mp3" />
</audio>