diff options
author | Alan Pearce | 2017-05-06 17:55:17 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:11:22 +0100 |
commit | 92e00f0af79f5969a5717713612add811542ff82 (patch) | |
tree | b0261877e419c1e15d34d50e72088df68b7dee48 /config.toml | |
parent | c97671e0ff83364139c1f295f2e754bfbe5ba744 (diff) | |
download | website-92e00f0af79f5969a5717713612add811542ff82.tar.lz website-92e00f0af79f5969a5717713612add811542ff82.tar.zst website-92e00f0af79f5969a5717713612add811542ff82.zip |
Configure contact menu
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config.toml b/config.toml index bddde7f..ad0cfd1 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,13 @@ layoutReverse = true name = "Posts" URL = "/post/" -[Params.author.urls] -Twitter = "https://twitter.com/alanpearceuk" -Github = "https://github.com/alanpearce" +[[menu.contact]] + name = "alan@alanpearce.uk" + URL = "mailto:alan@alanpearce.uk" + isEmail = true +[[menu.contact]] + name = "GitHub" + URL = "https://github.com/alanpearce" +[[menu.contact]] + name = "Twitter" + URL = "https://twitter.com/alanpearceuk" |