From: Jer Noble Date: Sun, 8 May 2022 05:46:57 +0000 (-0700) Subject: Add styling for audio; simplify episode pages; fix email address in feed X-Git-Url: http://id.pley.net/pod.git/commitdiff_plain/797d40998aef63702b367ac60ef1f8069cb85f53?hp=b54b07fe948dfbc4f3927c8a40d54e23c188ade8 Add styling for audio; simplify episode pages; fix email address in feed --- diff --git a/_layouts/episode.html b/_layouts/episode.html index 2fce471..e8fb7e0 100644 --- a/_layouts/episode.html +++ b/_layouts/episode.html @@ -4,6 +4,6 @@ layout: default
{{ page.date | date_to_string: "ordinal", "US" }}

{{ page.title }}

{{ page.summary }}

- +

{{ content }}

\ No newline at end of file diff --git a/sf/_posts/2022-4-11-Hi-Sheryl.md b/sf/_posts/2022-4-11-Hi-Sheryl.md index a8dae13..f007914 100644 --- a/sf/_posts/2022-4-11-Hi-Sheryl.md +++ b/sf/_posts/2022-4-11-Hi-Sheryl.md @@ -1,14 +1,12 @@ --- 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" diff --git a/sf/_posts/2022-4-22-Reply-Guys.md b/sf/_posts/2022-4-22-Reply-Guys.md index 42ad3fb..5e8efdc 100644 --- a/sf/_posts/2022-4-22-Reply-Guys.md +++ b/sf/_posts/2022-4-22-Reply-Guys.md @@ -1,14 +1,12 @@ --- 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" diff --git a/sf/feed.xml b/sf/feed.xml index f339fc6..d56fca6 100644 --- a/sf/feed.xml +++ b/sf/feed.xml @@ -26,7 +26,7 @@ title: "" - {{ site.email }} (Podcast) + {{ site.email }} @@ -34,10 +34,10 @@ title: "" {% for post in site.posts %} {{ post.title | xml_escape }} {{ post.url | absolute_url }} - {{ post.excerpt | xml_escape }} + {{ post.summary | xml_escape }} {{ post.url | absolute_url }} {{ post.date | date_to_rfc822 }} - + {{ site.podcast.author }} {{ post.summary | xml_escape }} {{ post.duration }}