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 }}",
|
2017-01-06 13:10:23 +01:00
|
|
|
"talk_video_url": "{{ talk.talk_video_url }}",
|
|
|
|
|
"topics": "{{ talk.topics }}"
|
2017-01-06 12:57:43 +01:00
|
|
|
}{% if forloop.last == false %},{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% if forloop.last == false %},{% endif %}
|
|
|
|
|
{% endfor %}]
|