diff options
Diffstat (limited to 'layouts/shortcodes/aplayer.html')
-rw-r--r-- | layouts/shortcodes/aplayer.html | 1 |
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 }} |