added topics to feed.json

This commit is contained in:
Alex Corbi 2017-01-06 13:10:23 +01:00
parent b86149d741
commit 691fa94ca7
3 changed files with 344 additions and 173 deletions

View file

@ -7,7 +7,8 @@ layout: null
"title": "{{ talk.title }}",
"description": "{{ talk.description }}",
"artist": "{{ talk.artist }}",
"talk_video_url": "{{ talk.talk_video_url }}"
"talk_video_url": "{{ talk.talk_video_url }}",
"topics": "{{ talk.topics }}"
}{% if forloop.last == false %},{% endif %}
{% endfor %}
{% if forloop.last == false %},{% endif %}