From 38c8996f445ac08babbea42430a031702cd5fd02 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Mon, 17 Sep 2018 15:45:02 +0200 Subject: [PATCH] Added contacts link. Removed description Signed-off-by: Ettore Dreucci --- config.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 9acf687..3e9825c 100644 --- a/config.toml +++ b/config.toml @@ -14,14 +14,20 @@ pygmentscodefencesguesssyntax = true [params] author = "Ettore Dreucci" - info = "GNU/Linux nerd. Computer Engineering student at UniPi." + #info = "GNU/Linux nerd. Computer Engineering student at UniPi." description = "Ettore Dreucci's personal website" hideCredits = true hideCopyright = true +[[params.social]] + name = "Contacts" + weight = 1 + url = "./contacts" + + [[params.social]] name = "Github" - weight = 1 + weight = 2 url = "https://github.com/Noettore"