From c5c7b41894a58b02774318036a590a41d6f155e9 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 18 Sep 2020 13:09:11 +0200 Subject: [PATCH] fix buttons --- _layouts/post.html | 2 +- _layouts/track.html | 6 +++--- discography.html | 2 +- log.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a65b88b..0e98dab 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -139,7 +139,7 @@ layout: default {% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }} | {{ track.common.genre }}

{{ track.common.year }}

-

Play

+

πŸ”Š Play

diff --git a/_layouts/track.html b/_layouts/track.html index d8e2162..c34270c 100644 --- a/_layouts/track.html +++ b/_layouts/track.html @@ -16,7 +16,7 @@ layout: default
- Play! + πŸ”Š Play!
@@ -157,7 +157,7 @@ layout: default loadUrl("{{ relBase }}{{ page.next.url }}"); return false; }); mu.onplaying = function() { - pauseButton.innerHTML = "Pause"; + pauseButton.innerHTML = "⏸️ Pause"; fixedplayer.classList.remove("hideplayer"); }; @@ -179,7 +179,7 @@ layout: default }); mu.addEventListener('pause', function () { spincover.classList.add("paused"); - pauseButton.innerHTML = "Resume"; + pauseButton.innerHTML = "πŸ”Š Resume"; }); diff --git a/discography.html b/discography.html index 9d26372..ea21770 100644 --- a/discography.html +++ b/discography.html @@ -26,7 +26,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg

{{ post.title }}

{% include forloop-dates.html %}

{{ post.description }}

-

Listen

+

πŸ”Š Listen

diff --git a/log.html b/log.html index 6e81ad3..43a0661 100644 --- a/log.html +++ b/log.html @@ -18,7 +18,7 @@ image: /images/pages/4-darkweb-instrumental-.jpeg

{{ post.title }}

{% include forloop-dates.html %}

{{ post.description }}

-

Read post

+

πŸ‘€ Read post