summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/aplayer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/aplayer.html')
-rw-r--r--layouts/shortcodes/aplayer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html
index 12ab16c..ac56aaa 100644
--- a/layouts/shortcodes/aplayer.html
+++ b/layouts/shortcodes/aplayer.html
@@ -1,9 +1,9 @@
<div class="post-player-wrapper">
<div
class="post-aplayer"
- data-urls="{{- .Get "urls" | relURL -}}"
+ data-urls="{{- .Get "urls" -}}"
data-names="{{- .Get "names" -}}"
{{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }}
- {{ with .Get "covers" -}}data-covers="{{- . | relURL -}}"{{- end }}
+ {{ with .Get "covers" -}}data-covers="{{- . -}}"{{- end }}
></div>
</div> \ No newline at end of file