scopesessions.org/feed.json

14 lines
368 B
JSON
Raw Normal View History

2017-01-06 12:57:43 +01:00
---
layout: null
---
[{% for post in site.posts %}
{% for talk in post.talks %}
{
"title": "{{ talk.title }}",
"description": "{{ talk.description }}",
"artist": "{{ talk.artist }}",
"talk_video_url": "{{ talk.talk_video_url }}"
}{% if forloop.last == false %},{% endif %}
{% endfor %}
{% if forloop.last == false %},{% endif %}
{% endfor %}]