basspistol.com/posts.json

12 lines
248 B
JSON
Raw Normal View History

2019-02-28 17:06:17 +01:00
---
---
{% include base.html %}
[
{% for album in site.albums %}
{
"title": "{{ album.name }}",
"img": "{{ base }}{{ album.cover }}",
"href": "{{ base }}/albums/{{ album.slug }}"
}{% unless forloop.last %},{% endunless %}
{% endfor %}
]