From 1f8db62abf236d96d1d7d41aca9c1bd5f9638230 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 3 Sep 2024 23:24:36 -0400 Subject: [PATCH] Remove extra per-track cover --- layouts/shortcodes/aplayer.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html index 4c3ec13..e1e2a83 100644 --- a/layouts/shortcodes/aplayer.html +++ b/layouts/shortcodes/aplayer.html @@ -76,10 +76,6 @@ artist: "{{ . }}", {{ end }} - {{ with index (split ($.Get "cover") ",") $i }} - cover: "{{ . }}", - {{ end }} - {{ with index (split ($.Get "lrc") ",") $i }} lrc: "{{ . }}" {{ end }}