{{ post.description }}
{% if post.category == 'release' %} - + {% capture album_name -%} + {{ post.album }} + {%- endcapture %} + {% for album in site.albums %} + {% capture name -%} + {{ album.relative_path | replace_first: album.collection, '' | replace_first: '_/', '' | replace_first: '.md', '' }} + {%- endcapture %} + {% if name == album_name %}{{ album.date | date: '%Y' }}
{% for track in album.tracks %} @@ -68,9 +68,12 @@ date: 2018-12-11 00:00:00 theSpan.innerHTML = {{ track.common.title | slugify | remove: '-' }}formatted; {% endfor %} + {% break %} {% endif %} {% endfor %} {% endif %} +