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

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,8 @@
</description>
<link>http://scopesessions.org/</link>
<atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" />
<pubDate>Fri, 06 Jan 2017 12:56:46 +0100</pubDate>
<lastBuildDate>Fri, 06 Jan 2017 12:56:46 +0100</lastBuildDate>
<pubDate>Fri, 06 Jan 2017 13:10:07 +0100</pubDate>
<lastBuildDate>Fri, 06 Jan 2017 13:10:07 +0100</lastBuildDate>
<generator>Jekyll v3.1.2</generator>
<item>

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 %}