<p class=“discography-album_release-date”>
release date: {{ include.currPost.date | date_to_long_string }}
</p>
{% if include.currPost.type %} <p class=“discography-album_type”>
release type: {{ include.currPost.type }}
</p> {% endif %}
{% assign playArray = include.currPost.play | size %} {% if playArray != 0 %} <p class=“discography-album_play”>
play: {% for play in include.currPost.play %} <a href="{{ play.url }}" target="_blank">{{ play.name }}</a> {% if forloop.last == false %} | {% endif %} {% endfor %}
</p> {% endif %}
{% assign downloadArray = include.currPost.download | size %} {% if downloadArray != 0 %} <p class=“discography-album_download”>
download: {% for download in include.currPost.download %} <a href="{{ download.url }}" target="_blank">{{ download.name }}</a> {% if forloop.last == false %} | {% endif %} {% endfor %}
</p> {% endif %}
{% assign buyArray = include.currPost.buy | size %} {% if buyArray != 0 %} <p class=“discography-album_buy”>
buy from: {% for buy in include.currPost.buy %} <a href="{{ buy.url }}" target="_blank">{{ buy.name }}</a> {% if forloop.last == false %} | {% endif %} {% endfor %}
</p> {% endif %}
{% assign otherArray = include.currPost.other | size %} {% if otherArray != 0 %} <p class=“discography-album_other”>
other links: {% for other in include.currPost.other %} <a href="{{ other.url }}" target="_blank">{{ other.name }}</a> {% if forloop.last == false %} | {% endif %} {% endfor %}
</p> {% endif %} {% if include.currPost.play_here %} {% include music-player.html audioData=include.currPost.play_here %} {% endif %} {% if include.currPost.play_soundcloud_embed %} <iframe width=“100%” height=“110” scrolling=“no” frameborder=“no” allow=“autoplay”
src="{{ include.currPost.play_soundcloud_embed.src }}"></iframe>
<div
style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"> <a href="{{ include.currPost.play_soundcloud_embed.artist_href }}" title="{{ include.currPost.play_soundcloud_embed.artist_title }}" target="_blank" style="color: #cccccc; text-decoration: none;">{{ include.currPost.play_soundcloud_embed.artist_title }}</a> · <a href="{{ include.currPost.play_soundcloud_embed.song_href }}" title="{{ include.currPost.play_soundcloud_embed.song_title }}" target="_blank" style="color: #cccccc; text-decoration: none;">{{ include.currPost.play_soundcloud_embed.song_title }}</a></div>
{% endif %} {% if include.currPost.play_bandcamp_embed %} <iframe style=“border: 0; width: 100%; height: 120px;”
src="{{ include.currPost.play_bandcamp_embed.src }}" seamless> <a href="{{ include.currPost.play_bandcamp_embed.href }}">{{ include.currPost.play_bandcamp_embed.title }}</a></iframe>
{% endif %}