From a800bb55af0495e21ae48faaadf9188440b7fa7a Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sat, 23 Sep 2023 19:17:39 +0200 Subject: [PATCH] Fix Twitter link in example site footer --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index af5063e..ec4ec0b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,12 +19,13 @@ url = "https://github.com/athul/archie" [[params.social]] name = "Twitter" icon = "twitter" -url = "https://github.com/athulcajay/" +url = "https://twitter.com/athulcajay/" [[params.social]] name = "GitLab" icon = "gitlab" url = "https://gitlab.com/athul/" + [[menu.main]] name = "Home" url = "/"