Unminify APlayer CSS

This commit is contained in:
Joshua Boniface
2024-09-03 23:06:24 -04:00
parent 1bcc63a906
commit 616ff5ba1c
4 changed files with 602 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{{ with .Params.Aplayer.style_cdn }}
<link rel="stylesheet" href="{{ . | safeURL }}">
{{ else }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.css">
{{ end }}
{{ with .Params.Aplayer.cdn }}