diff --git a/discography.html b/discography.html index 62bd9b1..f368114 100644 --- a/discography.html +++ b/discography.html @@ -31,28 +31,12 @@ layout: default
{{ album.date | date: '%Y' }}
- - {% 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 }}
- {% if track.common.genre %} | {{ track.common.genre }} {% endif %}
-