From 1e2f63d147292990871db4add4c6fccced4a3d81 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 8 Jul 2020 17:11:07 -0400 Subject: Add twitter links --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index c883995..4c244d3 100644 --- a/config.toml +++ b/config.toml @@ -29,6 +29,9 @@ enableRobotsTXT = true # Posts shown in homepage mainSections = ["posts"] +[social] + twitter = "dantecatalfamo" + [menu] [[menu.nav]] name = "Home" @@ -55,3 +58,7 @@ enableRobotsTXT = true name = "GitHub" url = "https://github.com/dantecatalfamo" weight = 1 + [[menu.link]] + name = "Twitter" + url = "https://twitter.com/dantecatalfamo" + weight = 2 -- cgit v1.2.3