diff options
author | Alan Pearce | 2017-05-06 18:02:32 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 18:02:32 +0200 |
commit | c77688ed061a35120f60faf8679e6bf54bb3d10e (patch) | |
tree | c46d5ca512fc1efa4c78615ed19597e9bb732219 | |
parent | 5de7b6629df2d928cac18d4c055c764e4506a6d3 (diff) | |
download | website-c77688ed061a35120f60faf8679e6bf54bb3d10e.tar.lz website-c77688ed061a35120f60faf8679e6bf54bb3d10e.tar.zst website-c77688ed061a35120f60faf8679e6bf54bb3d10e.zip |
Add StackOverflow Jobs link
-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 [[menu.contact]] name = "LinkedIn" URL = "https://uk.linkedin.com/in/alanpearceuk/" - +[[menu.contact]] + name = "StackOverflow Jobs" + url = "http://stackoverflow.com/users/story/381895" \ No newline at end of file |