teste
Deploy / Deploy (push) Successful in 1m14s Details

This commit is contained in:
JotaChina 2025-12-05 20:21:30 -03:00
parent 4fe755d6e5
commit 7545ba19c0
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ title: "{{ page.file }}"
>Preview:</span >Preview:</span
> >
<div class="control"> <div class="control">
{% assign audio_file_path = '/mmp/wav/' | append: page.file | {% assign audio_file_path = '/nethome/jotachina/projetos/src_mmpSearch/mmp/wav/' | append: page.file |
append: '.wav' %} append: '.wav' %}
<audio <audio
controls controls
@ -78,7 +78,7 @@ title: "{{ page.file }}"
src="{{ audio_file_path | relative_url }}" src="{{ audio_file_path | relative_url }}"
type="audio/wav" type="audio/wav"
/> />
{% assign audio_ogg_path = '/mmp/ogg/' | append: page.file | {% assign audio_ogg_path = '/nethome/jotachina/projetos/src_mmpSearch/mmp/ogg/' | append: page.file |
append: '.ogg' %} append: '.ogg' %}
<source <source
src="{{ audio_ogg_path | relative_url }}" src="{{ audio_ogg_path | relative_url }}"