diff options
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 48f856d..81eaccb 100644 --- a/config.toml +++ b/config.toml @@ -54,30 +54,35 @@ name = "Git repositories" icon = "fa fa-git fa-2x" weight = 1 url = "https://git.mattstrapp.net" +rel = "me" [[params.social]] name = "GitHub" icon = "fa fa-github fa-2x" weight = 2 url = "https://github.com/RossTheRoss" +rel = "me" [[params.social]] name = "LinkedIn" icon = "fa fa-linkedin fa-2x" weight = 3 url = "https://www.linkedin.com/in/mattstrapp" +rel = "me" [[params.social]] name = "Mastodon" icon = "fa fa-brands fa-mastodon fa-2x" weight = 4 url = "https://gts.mattstrapp.net/@me" +rel = "me" [[params.social]] name = "Bluesky" icon = "fa fa-brands fa-bluesky fa-2x" weight = 5 url = "https://bsky.app/profile/mattstrapp.net" +rel = "me" # [[params.social]] # name = "Portfolio Site" |