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 9f2179b..e0a4d8a 100644 --- a/config.toml +++ b/config.toml @@ -41,11 +41,11 @@ author_image = "/img/me-thumb.jpg" url = "mailto:alan@alanpearce.eu" weight = 1 [[extra.menu.contact]] - name = "GitLab" - url = "https://gitlab.com/alanpearce" -[[extra.menu.contact]] name = "Codeberg" url = "https://codeberg.org/alanpearce" [[extra.menu.contact]] + name = "GitLab" + url = "https://gitlab.com/alanpearce" +[[extra.menu.contact]] name = "GitHub" url = "https://github.com/alanpearce" |