added feed.json
This commit is contained in:
parent
409a88a805
commit
b86149d741
76 changed files with 1617 additions and 183 deletions
14
feed.json
Normal file
14
feed.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
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 %}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue