summaryrefslogtreecommitdiffstats
path: root/exampleSite/content/post/aplayer-test.md
diff options
context:
space:
mode:
authoramzrk22021-01-10 21:26:31 +0800
committeramzrk22021-01-10 21:26:31 +0800
commitaf900964055860ef29f4ad6140d6b3be66e60c7f (patch)
tree5e6217f2e746619e90026e6f8c62d2bbc59d115a /exampleSite/content/post/aplayer-test.md
parente5b7e226f064268686c9799e9e54910e3b83b38b (diff)
downloadhugo-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.md10
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.