From f2cf7d5a2d0595fd4fe6a38644f6c8c27e6e3129 Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Sat, 19 Jun 2021 18:15:30 +0530 Subject: [PATCH] Fix:rss link blindly appends /blog/index.html (#3886) Signed-off-by: Pankaj Patil --- site/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config.yaml b/site/config.yaml index a384002c0..0697054ad 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -55,7 +55,7 @@ params: url: https://groups.google.com/forum/#!forum/projectvelero - title: RSS fa_icon: fa fa-rss - url: blog/index.xml + url: /blog/index.xml - title: GitHub fa_icon: fab fa-github url: https://github.com/vmware-tanzu/velero