[post] Atom Feed Bug Fixes
This commit is contained in:
parent
d685f2e647
commit
30b18bd969
1 changed files with 17 additions and 0 deletions
17
content/blog/2023/atom-feed-bug-fixes/index.md
Normal file
17
content/blog/2023/atom-feed-bug-fixes/index.md
Normal file
|
@ -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 `<link
|
||||
rel="self">` -- it was pointing to a nonexistant feed.xml file. Second, I was
|
||||
omitting a `<link>` tag from the entries entirely.
|
||||
|
||||
Thunderbird didn't like this. With no `<link>` for an entry, it would show the
|
||||
feed's `<link>` 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.
|
Loading…
Add table
Add a link
Reference in a new issue