diff options
author | amzrk2 | 2021-01-10 21:26:31 +0800 |
---|---|---|
committer | amzrk2 | 2021-01-10 21:26:31 +0800 |
commit | af900964055860ef29f4ad6140d6b3be66e60c7f (patch) | |
tree | 5e6217f2e746619e90026e6f8c62d2bbc59d115a /exampleSite/content/post/aplayer-test.md | |
parent | e5b7e226f064268686c9799e9e54910e3b83b38b (diff) | |
download | hugo-theme-fuji-af900964055860ef29f4ad6140d6b3be66e60c7f.tar.gz hugo-theme-fuji-af900964055860ef29f4ad6140d6b3be66e60c7f.tar.bz2 hugo-theme-fuji-af900964055860ef29f4ad6140d6b3be66e60c7f.zip |
release: v2.5.0
Diffstat (limited to 'exampleSite/content/post/aplayer-test.md')
-rw-r--r-- | exampleSite/content/post/aplayer-test.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/exampleSite/content/post/aplayer-test.md b/exampleSite/content/post/aplayer-test.md index 4b93819..b617451 100644 --- a/exampleSite/content/post/aplayer-test.md +++ b/exampleSite/content/post/aplayer-test.md @@ -24,8 +24,10 @@ Music files are all downloaded from [Free Music Archive](https://freemusicarchiv You can open the playlist to check other musics. {{< aplayer - urls="/aplayer/berlin.mp3,/aplayer/fluid.mp3,/aplayer/morning.mp3" - names="Berlin,Fluid,Morning" - artists="Crowander,Crowander,Crowander" - covers="/aplayer/crowander.jpg,/aplayer/crowander.jpg,/aplayer/crowander.jpg" + urls="/aplayer/berlin.mp3, /aplayer/fluid.mp3, /aplayer/morning.mp3" + names="Berlin, Fluid, Morning" + artists="Crowander, Crowander, Crowander" + covers="/aplayer/crowander.jpg, /aplayer/crowander.jpg, /aplayer/crowander.jpg" >}} + +Spaces between multiple items can be omited. |