added topics to feed.json
This commit is contained in:
parent
b86149d741
commit
691fa94ca7
3 changed files with 344 additions and 173 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue