diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html index e1e2a83..4c3ec13 100644 --- a/layouts/shortcodes/aplayer.html +++ b/layouts/shortcodes/aplayer.html @@ -76,6 +76,10 @@ artist: "{{ . }}", {{ end }} + {{ with index (split ($.Get "cover") ",") $i }} + cover: "{{ . }}", + {{ end }} + {{ with index (split ($.Get "lrc") ",") $i }} lrc: "{{ . }}" {{ end }}