summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authoramzrk22021-01-10 21:26:31 +0800
committeramzrk22021-01-10 21:26:31 +0800
commitaf900964055860ef29f4ad6140d6b3be66e60c7f (patch)
tree5e6217f2e746619e90026e6f8c62d2bbc59d115a /layouts/shortcodes
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 'layouts/shortcodes')
-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