From 8ec48012dd9d56d380c785c862e98d343d0306fd Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 27 Jan 2021 22:17:37 -0700 Subject: [PATCH] add linkedin profile --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 55e515b..7352eb5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -56,7 +56,7 @@ use = "mathjax" # options: "katex", "mathjax". default is "katex". [[params.socialIcons]] icon = "fab fa-linkedin" title = "Linkedin" -url = "" +url = "https://www.linkedin.com/in/cwpearson/" [[params.socialIcons]] icon = "fab fa-github"