Skip to content

Conversation

@kkkrist
Copy link
Contributor

@kkkrist kkkrist commented Nov 27, 2025

With this link, a rss reader can be pointed to any url of the site and it will find the feed.

(In order to not end up with a double slash in the path when constructing the absolute feed url out of .Site.BaseURL and .Site.Params.news.feed, I've inserted a dot in-between. In a http request, double slashes will be transmitted as-is, potentially causing issues, whereas dot segments are to be resolved by the client beforehand (as per rfc3986). It's the little things… :-))

In order to not end up with a double slash in the path when
constructing the absolute feed url out of `.Site.BaseURL` and
`.Site.Params.news.feed`, I've inserted a dot in-between. In a http
request, double slashes will be transmitted as-is, potentially causing
issues, whereas dot segments are to be resolved by the client beforehand
(as per rfc3986). It's the little things… ;-))
@justinmk
Copy link
Member

Cool, thanks.

@justinmk justinmk merged commit ddf7813 into neovim:master Nov 27, 2025
1 check passed
@kkkrist kkkrist deleted the link-rss-feed-in-header branch November 27, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants