added topics to feed.json
This commit is contained in:
parent
b86149d741
commit
691fa94ca7
3 changed files with 344 additions and 173 deletions
510
_site/feed.json
510
_site/feed.json
File diff suppressed because it is too large
Load diff
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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