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