summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/scripts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index fd5aa3b..85346f2 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -31,7 +31,7 @@
const postAPlayer = new APlayer({
container: document.getElementById("post-aplayer"),
theme: "#8F82BC",
- volume: 0.25,
+ volume: 0.1,
audio: [{
name: "{{ $.Params.playerName }}",
artist: "{{ $.Params.playerArtist }}",
@@ -49,7 +49,7 @@
container: document.getElementById("aplayer"),
fixed: true,
theme: "#8F82BC",
- volume: 0.25,
+ volume: 0.1,
audio: [{
name: "{{ $.Site.Params.playerName }}",
artist: "{{ $.Site.Params.playerArtist }}",