diff options
| author | Dante Catalfamo | 2020-07-08 17:11:07 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-07-08 17:11:07 -0400 | 
| commit | 1e2f63d147292990871db4add4c6fccced4a3d81 (patch) | |
| tree | 04a6124799705498fa6aa1bf22466d4a47bfda1f | |
| parent | e5dc743b84bc7b822e648b99ff4562e1f48e284f (diff) | |
| download | blog-1e2f63d147292990871db4add4c6fccced4a3d81.tar.gz blog-1e2f63d147292990871db4add4c6fccced4a3d81.tar.bz2 blog-1e2f63d147292990871db4add4c6fccced4a3d81.zip | |
Add twitter links
| -rw-r--r-- | config.toml | 7 | 
1 files changed, 7 insertions, 0 deletions
| 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 | 
