From 30b18bd969bbe8ecefd50d1c5a9c574152ea57a8 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 9 Aug 2023 08:51:01 -0700 Subject: [PATCH] [post] Atom Feed Bug Fixes --- content/blog/2023/atom-feed-bug-fixes/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/blog/2023/atom-feed-bug-fixes/index.md diff --git a/content/blog/2023/atom-feed-bug-fixes/index.md b/content/blog/2023/atom-feed-bug-fixes/index.md new file mode 100644 index 0000000..7743e55 --- /dev/null +++ b/content/blog/2023/atom-feed-bug-fixes/index.md @@ -0,0 +1,17 @@ +--- +title: "Atom Feed Bug Fixes" +date: 2023-08-09T08:43:26-07:00 +categories: ["Tech"] +tags: ["Erynwells.me", "Meta", "Atom"] +--- + +A kind reader pointed out to me that my Atom feed was incorrect. There were two +problems. First, I was specifying an incorrect URL in the feed's `` -- it was pointing to a nonexistant feed.xml file. Second, I was +omitting a `` tag from the entries entirely. + +Thunderbird didn't like this. With no `` for an entry, it would show the +feed's `` in it's UI. And that link left users at a 404 page. + +I pushed a fix this morning. You might have to refresh or resubscribe to pick up +the changes.