From 517e9bb6c524427bc76fff6c2fe55d58672595a2 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 27 Jul 2020 08:46:47 +0200 Subject: [PATCH] link to media for noscript got to right adress --- _layouts/album.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/album.html b/_layouts/album.html index 2fcbead..f1da4b0 100644 --- a/_layouts/album.html +++ b/_layouts/album.html @@ -96,7 +96,7 @@ lang: en
{{ track.common.track.no }}.
- +
{% 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 }}