diff options
author | Alan Pearce | 2014-08-02 12:59:00 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-02 12:59:00 +0100 |
commit | 8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f (patch) | |
tree | 3e57ec9ae2cb3b36e56f35b1fad5e88129af32bd | |
parent | 13fe532fd1247e247920b16d4f397aa47adb354d (diff) | |
download | website-8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f.tar.lz website-8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f.tar.zst website-8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f.zip |
Add G+ and Github URLs
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index f7c699c..8bcef06 100644 --- a/config.toml +++ b/config.toml @@ -13,3 +13,5 @@ fullurl = "https://alanpearce.uk" [Params.author.urls] Twitter = "https://twitter.com/alanpearceuk" +Google+ = "https://www.google.com/+AlanPearceUK" +Github = "https://github.com/alanpearce" |