Skip to content

Commit

Permalink
Fix: rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Mar 6, 2017
1 parent 733d1c3 commit f6addcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2017-03-06-2017-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ podcast_description: |
</ul>
]]>
podcast_size: 9569116
podcast_duration: 6:30
podcast_duration: "6:30"
podcast_summary: Joanna and Russell talk about San Francisco home prices, Base R vs ggplot2, MongoDB, R Forwards taskforce and more. Read R Weekly 2017 issue 10 on RWeekly.org.
podcast_keywords: ", MongoDB, ggplot2"
podcast_subtitle: The future is here
Expand Down
8 changes: 4 additions & 4 deletions podcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ layout: null
<channel>
<title>R Weekly</title>
<link>https://rweekly.org</link>
<atom:link href="/podcast.xml" rel="self" type="application/rss+xml"/>
<atom:link href="https://rweekly.org/podcast.xml" rel="self" type="application/rss+xml"/>
<language>en-us</language>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<copyright>All rights reserved</copyright>
<webMaster>[email protected]</webMaster>
<webMaster>[email protected] (R Weekly)</webMaster>
<itunes:subtitle>R Weekly</itunes:subtitle>
<itunes:author>R Weekly</itunes:author>

Expand All @@ -39,7 +39,7 @@ layout: null
<itunes:category text="Medicine"/>
</itunes:category>

<itunes:keywords>r, data, big data, data mining, data analysis, rstats, R programming language, open source, software, development, code, programming, hacker, software engineering, business intelligence, AI, data visualization, biostatistics, statistics, data science, machine learning</itunes:keywords>
<itunes:keywords>r, data, big data, data mining, data analysis, rstats, R programming language, open source, software, development, code, programming, hacker, software engineering, business intelligence, AI, data visualization, statistics, data science, machine learning</itunes:keywords>

<itunes:explicit>no</itunes:explicit>
{% assign podcasts = site.posts | where:"is_podcast", true %}
Expand All @@ -54,7 +54,7 @@ layout: null
<itunes:author>R Weekly</itunes:author>
<itunes:duration>{{ post.podcast_duration }}</itunes:duration>
<itunes:summary>{{ post.podcast_summary }}</itunes:summary>
<itunes:keywords>r, data, big data, data mining, data analysis, rstats, R programming language, open source, software, development, statistics, data science, data visualization, machine learning {{ post.podcast_keywords }} </itunes:keywords>
<itunes:keywords>r, data, big data, data mining, data analysis, rstats, R programming language, open source, software, development, statistics, data science, visualization, machine learning {{ post.podcast_keywords }} </itunes:keywords>
<itunes:subtitle>{{ post.podcast_subtitle }}</itunes:subtitle>
<itunes:image href="https://rweekly.org/public/rweekly_logo_3000x3000.png" />
<itunes:explicit>no</itunes:explicit>
Expand Down

0 comments on commit f6addcc

Please sign in to comment.