From d65967ec5a0b1988504e681574c91b2fa1daf0de Mon Sep 17 00:00:00 2001 From: JotaChina Date: Thu, 22 May 2025 17:26:54 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/projetos.html b/_layouts/projetos.html index 53fec1b..d9fed8a 100644 --- a/_layouts/projetos.html +++ b/_layouts/projetos.html @@ -118,7 +118,7 @@ title: "{{ page.file }}" {% assign found_audio = false %} - {% for audio_file in site.data.audio_files %} + {% for audio_file in site.data.src_audio_files %} {% if audio_file contains instrument.instrument_name %} {% assign audio_file_path = audio_file %} {% assign found_audio = true %}