diff options
author | Alan Pearce | 2019-12-08 13:34:03 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-08 13:34:03 +0100 |
commit | e082b6277017b31b7f7a4ec74d766655be96dd7f (patch) | |
tree | 139d65b8c3074e06ac4816c51c019a4f2ae8669e /config.toml | |
parent | de41434f9026eb95236f50960821b95bc708f613 (diff) | |
download | website-e082b6277017b31b7f7a4ec74d766655be96dd7f.tar.xz website-e082b6277017b31b7f7a4ec74d766655be96dd7f.zip |
Add GitHub contact link
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c1f5624..02f7f1d 100644 --- a/config.toml +++ b/config.toml | |||
@@ -34,6 +34,9 @@ url = "/public_key.asc" | |||
34 | name = "GitLab" | 34 | name = "GitLab" |
35 | URL = "https://gitlab.com/alanpearce" | 35 | URL = "https://gitlab.com/alanpearce" |
36 | [[menu.contact]] | 36 | [[menu.contact]] |
37 | name = "GitHub" | ||
38 | URL = "https://github.com/alanpearce" | ||
39 | [[menu.contact]] | ||
37 | name = "StackOverflow Jobs" | 40 | name = "StackOverflow Jobs" |
38 | url = "http://stackoverflow.com/users/story/381895" | 41 | url = "http://stackoverflow.com/users/story/381895" |
39 | [[menu.contact]] | 42 | [[menu.contact]] |