sakrecoer-mother-web/music/index.html

16 lines
324 B
HTML
Raw Normal View History

---
title: Track Index
2019-04-28 18:56:03 +02:00
description:
layout: default
---
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>