Commit ddf7813
authored
feat: add rss link to document head for autodiscovery #416
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… ;-))1 parent 23da954 commit ddf7813
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments