From edd7f8b0304819f2a7f2e85577f464884c3a30be Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 22:09:12 -0500 Subject: [PATCH] Change RSS feed to only have regular posts --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e2b67fe..a7d9244 100644 --- a/config.toml +++ b/config.toml @@ -82,5 +82,5 @@ paginate = 5 [[languages.en.menu.main]] identifier = "rss" name = "RSS Feed" - url = "/index.xml" + url = "/posts/index.xml" weight = 30