diff options
author | Alan Pearce | 2017-05-06 18:02:32 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 18:02:32 +0200 |
commit | 884650f0c40e80932120b9a9ad4d8b28c1118eeb (patch) | |
tree | 819631aeb6f3072d5426b3b09707a27643d1bc83 /config.toml | |
parent | ef172f702447184ca4cc1fb29f8ac79fab39e9e4 (diff) | |
download | website-884650f0c40e80932120b9a9ad4d8b28c1118eeb.tar.xz website-884650f0c40e80932120b9a9ad4d8b28c1118eeb.zip |
Add StackOverflow Jobs link
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml index fe726ef..00109d0 100644 --- a/config.toml +++ b/config.toml | |||
@@ -34,4 +34,6 @@ layoutReverse = true | |||
34 | [[menu.contact]] | 34 | [[menu.contact]] |
35 | name = "LinkedIn" | 35 | name = "LinkedIn" |
36 | URL = "https://uk.linkedin.com/in/alanpearceuk/" | 36 | URL = "https://uk.linkedin.com/in/alanpearceuk/" |
37 | 37 | [[menu.contact]] | |
38 | name = "StackOverflow Jobs" | ||
39 | url = "http://stackoverflow.com/users/story/381895" \ No newline at end of file | ||