From dafda1d94c35ba775d12800b619b9d479873ac75 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Thu, 22 May 2025 17:32:00 -0300 Subject: [PATCH] =?UTF-8?q?caminhos=20de=20=C3=A1udio=20nos=20instrumentos?= =?UTF-8?q?=20em=20projetos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/projetos.html | 1 + 1 file changed, 1 insertion(+) 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 %}