From b16ca174caa479237db2f31b3c0a3aa61492fc74 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 1 Mar 2023 21:55:16 +1000 Subject: [PATCH] Fix typo in podcast URL --- v2/content/posts/2023/xslt-podcast/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/content/posts/2023/xslt-podcast/index.md b/v2/content/posts/2023/xslt-podcast/index.md index ba9189f..3f45cc2 100644 --- a/v2/content/posts/2023/xslt-podcast/index.md +++ b/v2/content/posts/2023/xslt-podcast/index.md @@ -2,13 +2,13 @@ title = "Creating a Podcast From a Mastodon Account With XSLT" date = 2023-03-01T18:33:33+10:00 -#[extra] -#updated = 2023-01-11T21:11:28+10:00 +[extra] +updated = 2023-03-01T21:54:06+10:00 +++ {% aside(title="Just want the feed?", float="right") %} Here you go:
-[ATPrewind podcast feed](https://files.wezm.net/aptrewind.rss) +[ATPrewind podcast feed](https://files.wezm.net/atprewind.rss) {% end %} I recently discovered the [ATPrewind account on Mastodon][ATPrewind]. It's an account @@ -154,7 +154,7 @@ one more container is very little effort. I've written previously about [my Alpine Linux server][server] if you'd like to read more. Once I pushed the Docker image the podcast was live. The URL is:
- if you'd like to subscribe. + if you'd like to subscribe. ### Future Work