diff --git a/config.toml b/config.toml index a3db8c8..53e9a50 100644 --- a/config.toml +++ b/config.toml @@ -18,3 +18,10 @@ ogimage = "/logo.png" zola = true netlify = false maintained_with_love = false + +[extra] + +footer_links = [ + {url = "$BASE_URL/about", name = "About"}, + {url = "$BASE_URL/atom.xml", name = "RSS"}, +]