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 }}.
-
{{ track.common.title }}
+
{{ track.common.title }}
{% 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 }}