diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:46:27 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:46:27 +0200 |
commit | 43010a74faf623d2ecc20357a99152d8fafab6ba (patch) | |
tree | 14b7819aa029fbf32c3adabbd0f4cf9a20f6026a /config.toml | |
parent | Style: Change dark mode contrast to 80% (diff) | |
download | baitinq.ml-43010a74faf623d2ecc20357a99152d8fafab6ba.tar.gz baitinq.ml-43010a74faf623d2ecc20357a99152d8fafab6ba.tar.bz2 baitinq.ml-43010a74faf623d2ecc20357a99152d8fafab6ba.zip |
Add linkedin social
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 71bdd68..b1f8620 100644 --- a/config.toml +++ b/config.toml @@ -28,6 +28,10 @@ theme = "researcher" title = "Keybase" url = "https://keybase.io/baitinq" [[params.socialIcons]] + icon = "fab fa-linkedin" + title = "LinkedIn" + url = "https://www.linkedin.com/in/manuelpalenzuelamerino" + [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" url = "mailto:mail@example.com" |