diff options
author | Alan Pearce | 2024-04-24 13:38:57 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 13:38:57 +0200 |
commit | 47a6a02130cb021a6b32423798fbcdde54134d30 (patch) | |
tree | 3fd8d7fe6c7b1796ab0c1da024ef8e2896e8019f | |
parent | 27f92894b50ffc2058c1b2f0db4d78d47a48c843 (diff) | |
download | website-47a6a02130cb021a6b32423798fbcdde54134d30.tar.lz website-47a6a02130cb021a6b32423798fbcdde54134d30.tar.zst website-47a6a02130cb021a6b32423798fbcdde54134d30.zip |
move github down in contacts list
-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]] |