diff --git a/_layouts/projetos.html b/_layouts/projetos.html index d9fed8a..f6871c4 100644 --- a/_layouts/projetos.html +++ b/_layouts/projetos.html @@ -121,6 +121,7 @@ title: "{{ page.file }}" {% for audio_file in site.data.src_audio_files %} {% if audio_file contains instrument.instrument_name %} {% assign audio_file_path = audio_file %} + audio_file_path {% assign found_audio = true %}