diff options
author | Alan Pearce | 2017-05-06 18:02:19 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 18:02:19 +0200 |
commit | 5de7b6629df2d928cac18d4c055c764e4506a6d3 (patch) | |
tree | 468bd946c13f9240bca581fe9c15804b2040811b /config.toml | |
parent | 87ed9758e9b55107209c5cfb95fc989f1876636f (diff) | |
download | website-5de7b6629df2d928cac18d4c055c764e4506a6d3.tar.lz website-5de7b6629df2d928cac18d4c055c764e4506a6d3.tar.zst website-5de7b6629df2d928cac18d4c055c764e4506a6d3.zip |
style: Move email link to the top
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c9e4a6c..fe726ef 100644 --- a/config.toml +++ b/config.toml @@ -24,6 +24,7 @@ layoutReverse = true name = "alan@alanpearce.uk" URL = "mailto:alan@alanpearce.uk" isEmail = true + weight = 1 [[menu.contact]] name = "GitHub" URL = "https://github.com/alanpearce" |