diff options
-rw-r--r-- | config.toml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 4fa9841..4ada3f4 100644 --- a/config.toml +++ b/config.toml @@ -44,16 +44,22 @@ weight = 1 url = "https://git.mattstrapp.net" [[params.social]] -name = "Portfolio Site" -icon = "fa fa-briefcase fa-2x" +name = "GitHub" +icon = "fa fa-github fa-2x" weight = 2 -url = "https://rosstheross.github.io" +url = "https://github.com/RossTheRoss" [[params.social]] -name = "GitHub" -icon = "fa fa-github fa-2x" +name = "LinkedIn" +icon = "fa fa-linkedin fa-2x" weight = 3 -url = "https://github.com/RossTheRoss" +url = "https://www.linkedin.com/in/mattstrapp" + +# [[params.social]] +# name = "Portfolio Site" +# icon = "fa fa-briefcase fa-2x" +# weight = 2 +# url = "https://rosstheross.github.io" [[menu.main]] name = "About" |