2019-04-24 17:18:35 +02:00
|
|
|
---
|
|
|
|
title: Track Index
|
2019-04-28 18:56:03 +02:00
|
|
|
description:
|
|
|
|
layout: default
|
2019-04-24 17:18:35 +02:00
|
|
|
---
|
2019-04-24 18:56:12 +02:00
|
|
|
|
2019-04-28 18:56:03 +02:00
|
|
|
<div>
|
|
|
|
{% for post in site.categories.music offset: 0 %}
|
|
|
|
<a href="{{ post.url }}">
|
|
|
|
<div style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
|
|
|
|
<p><strong>{{ post.title }}</strong></p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|