From febefb8c67acd32f4c4d9f0c5ff550e48091d316 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 22:07:15 -0500 Subject: [PATCH] Add RSS to navigation bar --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index b43dad1..e2b67fe 100644 --- a/config.toml +++ b/config.toml @@ -78,3 +78,9 @@ paginate = 5 name = "Main Website" url = "https://bbaovanc.com/" weight = 20 + + [[languages.en.menu.main]] + identifier = "rss" + name = "RSS Feed" + url = "/index.xml" + weight = 30