sakrecoer-mother-web/music/index.html
2019-04-28 18:56:03 +02:00

16 lines
324 B
HTML

---
title: Track Index
description:
layout: default
---
<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>