basspistol.com/posts.json
2019-12-16 12:12:57 +01:00

12 lines
231 B
JSON

---
---
[
{% for album in site.albums %}
{
"title": "{{ album.name }}",
"img": "{{ relBase }}{{ album.cover }}",
"href": "{{ relBase }}/albums/{{ album.slug }}"
}{% unless forloop.last %},{% endunless %}
{% endfor %}
]