summaryrefslogtreecommitdiffstats
path: root/exampleSite/content
diff options
context:
space:
mode:
authordsrkafuu2021-03-01 09:26:19 +0800
committerdsrkafuu2021-03-01 09:26:19 +0800
commitf6992d5a3df00033e12f75caad2e4ac9253ab8ec (patch)
tree19bbaef48eac673b0b1e15f131b9c415a507768e /exampleSite/content
parentedc2968451aeabb3ee5bb4a90730a6980318aca8 (diff)
downloadhugo-theme-fuji-f6992d5a3df00033e12f75caad2e4ac9253ab8ec.tar.gz
hugo-theme-fuji-f6992d5a3df00033e12f75caad2e4ac9253ab8ec.tar.bz2
hugo-theme-fuji-f6992d5a3df00033e12f75caad2e4ac9253ab8ec.zip
fix: example site player
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/post/aplayer-test.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/post/aplayer-test.md b/exampleSite/content/post/aplayer-test.md
index b617451..c4dfd1c 100644
--- a/exampleSite/content/post/aplayer-test.md
+++ b/exampleSite/content/post/aplayer-test.md
@@ -7,7 +7,7 @@ aplayer = true
showLicense = false
+++
-{{< aplayer urls="/aplayer/berlin.mp3" names="Berlin" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
+{{< aplayer urls="/theme/hugo-theme-fuji/aplayer/berlin.mp3" names="Berlin" artists="Crowander" covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg" >}}
This post is for in-post APlayer test, above is previous post-player.
@@ -17,17 +17,17 @@ Music files are all downloaded from [Free Music Archive](https://freemusicarchiv
## Single file
-{{< aplayer urls="/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
+{{< aplayer urls="/theme/hugo-theme-fuji/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg" >}}
## Multiple files
You can open the playlist to check other musics.
{{< aplayer
- urls="/aplayer/berlin.mp3, /aplayer/fluid.mp3, /aplayer/morning.mp3"
+ urls="/theme/hugo-theme-fuji/aplayer/berlin.mp3, /theme/hugo-theme-fuji/aplayer/fluid.mp3, /theme/hugo-theme-fuji/aplayer/morning.mp3"
names="Berlin, Fluid, Morning"
artists="Crowander, Crowander, Crowander"
- covers="/aplayer/crowander.jpg, /aplayer/crowander.jpg, /aplayer/crowander.jpg"
+ covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg, /theme/hugo-theme-fuji/aplayer/crowander.jpg, /theme/hugo-theme-fuji/aplayer/crowander.jpg"
>}}
Spaces between multiple items can be omited.