<h6>{{ page.date | date_to_string: "ordinal", "US" }}</h6>
<h2>{{ page.title }}</h2>
<p>{{ page.summary }}</p>
-<audio preload="metadata" class="episode" controls src="{{ page.file }}"></audio>
+<audio preload="metadata" class="episode" controls src="{{ page.mediaURL }}"></audio>
<br />
<p>{{ content }}</p>
\ No newline at end of file
---
layout: episode
-title: "Hi Sheryl!"
type: podcast
+title: "Hi Sheryl!"
date: 2022-4-11 22:00:00
-file: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
-file_itunes: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
-excerpt: "Ruchi and Jer discuss SF's redistricting fracas, as well as SF's role in California's math policy fracas."
summary: "Ruchi and Jer discuss SF's redistricting fracas, as well as SF's role in California's math policy fracas."
+mediaURL: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
+mediaLength: "56478621"
duration: "1:07:14"
-length: "56478621"
explicit: "clean"
block: "no"
keywords: "sf, politics, education"
---
layout: episode
-title: "AD17, Reply Guys, and the grand Unifying Theory of Dating in SF"
type: podcast
+title: "AD17, Reply Guys, and the grand Unifying Theory of Dating in SF"
date: 2022-4-22 22:00:00
-file: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
-file_itunes: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
-excerpt: "Ruchi, Jer, and scott discuss the recent assembly election, the impact of social media on SF politics, and why dating in SF is so damned hard."
summary: "Ruchi, Jer, and scott discuss the recent assembly election, the impact of social media on SF politics, and why dating in SF is so damned hard."
duration: "1:16:37"
-length: "64364541"
+mediaURL: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
+mediaLength: "64364541"
explicit: "clean"
block: "no"
keywords: "sf, politics, education"
<itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
<itunes:owner>
<itunes:name><![CDATA[RJS Pod]]></itunes:name>
- <itunes:email>{{ site.email }} (Podcast)</itunes:email>
+ <itunes:email>{{ site.email }}</itunes:email>
</itunes:owner>
<itunes:category text="News">
<itunes:category text="Politics"/>
{% for post in site.posts %} <item>
<title>{{ post.title | xml_escape }}</title>
<link>{{ post.url | absolute_url }}</link>
- <description>{{ post.excerpt | xml_escape }}</description>
+ <description>{{ post.summary | xml_escape }}</description>
<guid isPermaLink="true">{{ post.url | absolute_url }}</guid>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
- <enclosure url="http:{{ post.file }}" length="{{ post.length }}" type="audio/mp3"/>
+ <enclosure url="{{ post.mediaURL }}" length="{{ post.mediaLength }}" type="audio/mp3"/>
<itunes:author>{{ site.podcast.author }}</itunes:author>
<itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
<itunes:duration>{{ post.duration }}</itunes:duration>