diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-10-18 17:14:20 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-10-18 17:14:20 +0200 |
commit | da551dacba1e45b36043cc8ae26f06b5a2183805 (patch) | |
tree | 88a8b625c9ca56906132b0e92dadad821f326662 | |
parent | 6bd7d7ba18b5c573c0a08dd69cec6aefe9f020b2 (diff) |
footer: Link git.rgdd.se
Also float all git things towards the left.
-rw-r--r-- | config.toml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 1544144..7a9c6a0 100644 --- a/config.toml +++ b/config.toml @@ -17,9 +17,9 @@ enableEmoji = true pageWidth = "750px" avatarSize = "90px" [[params.socialIcons]] - icon = "fab fa-mastodon" - title = "Mastodon" - url = "https://mastodon.social/@rgdd" + icon = "fab fa-git" + title = "git" + url = "https://git.rgdd.se/" [[params.socialIcons]] icon = "fab fa-github" title = "GitHub" @@ -33,6 +33,10 @@ enableEmoji = true title = "GitLab" url = "https://git.glasklar.is/rgdd" [[params.socialIcons]] + icon = "fab fa-mastodon" + title = "Mastodon" + url = "https://mastodon.social/@rgdd" + [[params.socialIcons]] icon = "fab fa-linkedin" title = "LinkedIn" url = "https://www.linkedin.com/in/rgdd/" |