+ class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/{{ page.slug }}.jpeg');background-size: cover; background-repeat: no-repeat;">
+
+
{{ page.common.title }}
-
{% for style in page.common.genre %}{{ style }}{% endfor %} by {{ page.common.artist }}
-
{{ page.common.year }}
-
-
-
+
+ Style: {% for style in page.common.genre %}{{ style }}{% endfor %}
+
+
-
-
-
{{ page.common.title }}
-
{% for style in page.common.genre %}{{ style }}{% endfor %} by {{ page.common.artist }}
-
{{ page.common.year }}
-
-
-
{% 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 }}
-
-
-

+
-
+{% if page.all.UNSYNCEDLYRICS != nil %}
@@ -55,20 +42,11 @@ layout: default
{% include author.html %}
- {% if page.all.UNSYNCEDLYRICS and page.all.USLT %}
-
- {{ page.all.USLT.text | newline_to_br }}
-
- {% elsif page.all.USLT and page.all.UNSYNCEDLYRICS == nil %}
-
- {{ page.all.USLT.text | newline_to_br }}
-
- {% elsif page.all.UNSYNCEDLYRICS and page.all.USLT == nil %}
-
+ {% unless page.all.UNSYNCEDLYRICS == '' %}
Lyrics
{% endunless %}
+
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
- {% endif %}
-
+
credits:
{{ page.all.Comment }}
@@ -76,11 +54,8 @@ layout: default