summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/aplayer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html
index 37ed544..e02adce 100644
--- a/layouts/shortcodes/aplayer.html
+++ b/layouts/shortcodes/aplayer.html
@@ -1,6 +1,7 @@
<div class="post-player-wrapper">
<div
class="post-aplayer"
+ data-base="{{- .Site.BaseURL -}}"
data-urls="{{- .Get "urls" -}}"
data-names="{{- .Get "names" -}}"
{{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }}