Unminify APlayer CSS
This commit is contained in:
@ -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>
|
||||
|
@ -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 }}
|
||||
|
Reference in New Issue
Block a user