Skip to content

Commit ef12999

Browse files
committed
chore: replace audio shortcut example track
1 parent c574a8e commit ef12999

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

exampleSite/content/en/shortcodes/audio/_index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Audio
33
resources:
4-
- name: risen
5-
src: "risen.mp3"
6-
title: Risen
4+
- name: diamonds-trap
5+
src: "diamonds-trap.mp3"
6+
title: Diamonds Trap
77
params:
8-
credits: "[Sascha Ende on filmmusic.io](https://filmmusic.io/en/song/12856-risen)"
8+
credits: "[Jakob Eglmeier on openmusic.academy CC0-1.0](https://openmusic.academy/media-library/b9do2E2ZwVCfppyBf2yuej)"
99
---
1010

1111
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
1919
```md
2020
---
2121
resources:
22-
- name: risen
23-
src: "risen.mp3"
24-
title: Risen
22+
- name: diamonds-trap
23+
src: "diamonds-trap.mp3"
24+
title: Diamonds Trap
2525
params:
26-
credits: "[Sascha Ende on filmmusic.io](https://filmmusic.io/en/song/12856-risen)"
26+
credits: "[Jakob Eglmeier on openmusic.academy CC0-1.0](https://openmusic.academy/media-library/b9do2E2ZwVCfppyBf2yuej)"
2727
---
2828

29-
{{</* audio name="risen" */>}}
29+
{{</* audio name="diamonds-trap" */>}}
3030
```
3131

3232
### Attributes
@@ -43,6 +43,6 @@ resources:
4343

4444
<!-- spellchecker-disable -->
4545

46-
{{< audio name="risen" >}}
46+
{{< audio name="diamonds-trap" >}}
4747

4848
<!-- spellchecker-enable -->
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)