From ddc97807e5f4e68fbc9d21e82ff75889d7cc0330 Mon Sep 17 00:00:00 2001
From: Set Hallstrom
{% for style in page.common.genre %}{{ style }}{% endfor %} by {{ page.common.artist }}
- {% for post in site.posts %} - {% if post.album == page.albumSlug %} -From the {{ page.common.year }} {% if onetracker > 1 %}release{% else %}single{% endif %} "{{ page.common.album }}"
- {% endif %} - {% endfor %} - -{% assign round_seconds = page.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 }}
- - - {% include author.html %} - - +{% for style in page.common.genre %}{{ style }}{% endfor %} by {{ page.common.artist }}
+ {% for post in site.posts %} + {% if post.album == page.albumSlug %} +From the {{ page.common.year }} {% if onetracker > 1 %}release{% else %}single{% endif %} "{{ page.common.album }}"
+ {% endif %} + {% endfor %} +{% assign round_seconds = page.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 }}
- + {% include author.html %} + + - - - {% if page.all.UNSYNCEDLYRICS and page.all.USLT %} -+ {{ page.all.USLT.text | newline_to_br }} +
++ {{ page.all.USLT.text | newline_to_br }} +
++ {{ page.all.UNSYNCEDLYRICS | newline_to_br }} +
++ {{ page.all.lyrics | newline_to_br }} +
+- {{ page.all.USLT.text | newline_to_br }} + {{ page.all.Comment }}
-- {{ page.all.USLT.text | newline_to_br }} -
-- {{ page.all.UNSYNCEDLYRICS | newline_to_br }} -
-- {{ page.all.lyrics | newline_to_br }} -
-- {{ page.all.Comment }} -
-