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

@ -1,5 +1,5 @@
<!-- require APlayer -->
<link rel="stylesheet" href="/css/APlayer.min.css">
<link rel="stylesheet" href="/css/APlayer.css">
<script src="/js/APlayer.min.js"></script>
<div id="aplayer"></div>

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 }}