Open Hamatti opened 3 months ago
Big fan of your blog! When I was reading your blog today through my RSS reader, I noticed there's an issue with the URLs.
The alternate link has a relative path with the full URL:
<link rel="alternate" type="application/rss+xml" title="TIL Feed" href="clytaemnestra.github.io/tech-blog/feed.xml">
which leads to the feed not being found as it's searched from https://clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/feed.xml
https://clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/feed.xml
Same happens in the feed itself:
in <channel>
<channel>
<atom:link href="clytaemnestra.github.io/tech-blog/feed.xml" rel="self" type="application/rss+xml"/>
and in individual <item>s
<item>
<link>clytaemnestra.github.io/tech-blog/djangocon</link>
I figured you'd like to know!
Hey @Hamatti, thanks a lot! 😻 I'll have a look at it later today.
Big fan of your blog! When I was reading your blog today through my RSS reader, I noticed there's an issue with the URLs.
The alternate link has a relative path with the full URL:
which leads to the feed not being found as it's searched from
https://clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/clytaemnestra.github.io/tech-blog/feed.xml
Same happens in the feed itself:
in
<channel>
and in individual
<item>
sI figured you'd like to know!