diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index cd71cbf..067b829 100644 --- a/config.toml +++ b/config.toml @@ -38,12 +38,12 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none' name = "Codeberg" url = "https://codeberg.org/alanpearce" [[menus.me]] - name = "GitHub" - url = "https://github.com/alanpearce/" -[[menus.me]] name = "GitLab" url = "https://gitlab.com/alanpearce/" [[menus.me]] + name = "GitHub" + url = "https://github.com/alanpearce/" +[[menus.me]] name = "LinkedIn" url = "https://www.linkedin.com/in/alanpearceeu/" [[menus.me]] |