teste
Deploy / Deploy (push) Successful in 1m14s
Details
Deploy / Deploy (push) Successful in 1m14s
Details
This commit is contained in:
parent
4fe755d6e5
commit
7545ba19c0
|
|
@ -63,7 +63,7 @@ title: "{{ page.file }}"
|
|||
>Preview:</span
|
||||
>
|
||||
<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' %}
|
||||
<audio
|
||||
controls
|
||||
|
|
@ -78,7 +78,7 @@ title: "{{ page.file }}"
|
|||
src="{{ audio_file_path | relative_url }}"
|
||||
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' %}
|
||||
<source
|
||||
src="{{ audio_ogg_path | relative_url }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue