teste
This commit is contained in:
parent
d8c0ecd2e5
commit
a574747d40
|
|
@ -63,7 +63,7 @@ title: "{{ page.file }}"
|
|||
>Preview:</span
|
||||
>
|
||||
<div class="control">
|
||||
{% assign audio_file_path = '/src_mmpSearch/mmp/wav/' | append: page.file |
|
||||
{% assign audio_file_path = '/src_mmpSearch/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 = '/src_mmpSearch/mmp/ogg/' | append: page.file |
|
||||
{% assign audio_ogg_path = '/src_mmpSearch/ogg/' | append: page.file |
|
||||
append: '.ogg' %}
|
||||
<source
|
||||
src="{{ audio_ogg_path | relative_url }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue