--- --- {% if page.category == 'releases' %} {% include seo.html %} {% include relBase.html %}
{% include author.html %}
{% for album in site.albums %} {% if page.album == album.slug %}

Paused...

{% assign onetracker = album.tracks | size %} {% if onetracker > 1 %}
{% endif %}
    {% for track in album.tracks %}
  • {{ track.common.track.no }}.
    {{ 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 }}
  • {% endfor %}
{% for track in album.tracks %}
{{ 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 }}:{{ round_seconds | minus: leftover_seconds }}
{% endfor %}
{{ content }}
{% include streamer.html %} {% for track in album.tracks %}

{{ track.common.title }}

{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}
{{ track.common.genre }}
{{ track.common.year }}

{{ track.common.title }}
{% endfor %} {% break %} {% endif %} {% endfor %}

{{ site.data.translations[page.lang].post-nav}}

{% if page.previous.url and page.lang == page.previous.lang %}

 {{page.previous.title}}

{{ page.previous.description }}

{% endif %}
{% if page.next.url and page.lang == page.next.lang %}

 {{page.next.title}}

{{ page.next.description }}

{% endif %}
{% include footer.html %}
{% include navigation.html %} {% include scripts.html %} {% include cookie-consent.html %} {% else %} {% include seo.html %} {% include relBase.html %}
{% if page.url != '/cookies/' %} {% if page.url != '/webcreds/' %} {% include author.html %} {% endif %}{% endif %}
{{ content }} {% if page.link != nil %} {% endif %}

{{ site.data.translations[page.lang].post-nav}}

{% if page.previous.url and page.lang == page.previous.lang %}

 {{page.previous.title}}

{{ page.previous.description }}

{% endif %}
{% if page.next.url and page.lang == page.next.lang %}

 {{page.next.title}}

{{ page.next.description }}

{% endif %}
{% include footer.html %}
{% include navigation.html %} {% include scripts.html %} {% include cookie-consent.html %} {% endif %}