chore: replace audio shortcut example track
This commit is contained in:
parent
c574a8e90f
commit
ef129994be
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
title: Audio
|
title: Audio
|
||||||
resources:
|
resources:
|
||||||
- name: risen
|
- name: diamonds-trap
|
||||||
src: "risen.mp3"
|
src: "diamonds-trap.mp3"
|
||||||
title: Risen
|
title: Diamonds Trap
|
||||||
params:
|
params:
|
||||||
credits: "[Sascha Ende on filmmusic.io](https://filmmusic.io/en/song/12856-risen)"
|
credits: "[Jakob Eglmeier on openmusic.academy CC0-1.0](https://openmusic.academy/media-library/b9do2E2ZwVCfppyBf2yuej)"
|
||||||
---
|
---
|
||||||
|
|
||||||
The audio shortcode allows you to embed audio files.
|
The audio shortcode allows you to embed audio files.
|
||||||
|
@ -19,14 +19,14 @@ Define your resources in the page front matter, custom parameter `params.credits
|
||||||
```md
|
```md
|
||||||
---
|
---
|
||||||
resources:
|
resources:
|
||||||
- name: risen
|
- name: diamonds-trap
|
||||||
src: "risen.mp3"
|
src: "diamonds-trap.mp3"
|
||||||
title: Risen
|
title: Diamonds Trap
|
||||||
params:
|
params:
|
||||||
credits: "[Sascha Ende on filmmusic.io](https://filmmusic.io/en/song/12856-risen)"
|
credits: "[Jakob Eglmeier on openmusic.academy CC0-1.0](https://openmusic.academy/media-library/b9do2E2ZwVCfppyBf2yuej)"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{</* audio name="risen" */>}}
|
{{</* audio name="diamonds-trap" */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
|
@ -43,6 +43,6 @@ resources:
|
||||||
|
|
||||||
<!-- spellchecker-disable -->
|
<!-- spellchecker-disable -->
|
||||||
|
|
||||||
{{< audio name="risen" >}}
|
{{< audio name="diamonds-trap" >}}
|
||||||
|
|
||||||
<!-- spellchecker-enable -->
|
<!-- spellchecker-enable -->
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue