diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-25 15:50:54 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-25 15:50:54 +0200 |
commit | e5670a8a45834721a44b36c68cae6dce0813f336 (patch) | |
tree | 8d1c152aa7783e93ae9db51f51959a7bcebf1ad0 /layouts/page | |
parent | 94c42300ea70ee71c0cfb6884fe27594bc0e0451 (diff) | |
download | website-e5670a8a45834721a44b36c68cae6dce0813f336.tar.gz |
docs: update rss references
Diffstat (limited to 'layouts/page')
-rw-r--r-- | layouts/page/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page/index.html b/layouts/page/index.html index e7e3bd8..a8d5d04 100644 --- a/layouts/page/index.html +++ b/layouts/page/index.html @@ -7,7 +7,7 @@ {{ end }} </ul> <h2>News</h2> -<a href="{{"news.xml"|relURL}}">RSS Feed</a> | +<a href="{{"news/index.xml"|relURL}}">RSS Feed</a> | <a href="{{"news"|relURL}}">See all news</a> {{ range first 5 (where .Site.RegularPages.ByDate.Reverse "Section" "news") }} <h3><a href="{{.Permalink}}">{{.Date.Format "Jan 02, 2006"}}</a></h3> |