diff options
author | Alan Pearce | 2014-08-02 12:58:45 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:08:56 +0100 |
commit | b474df228d04999b6eec449e64ef464f10a0fc74 (patch) | |
tree | 1bd15c9051f699d55c8b56bcc2de6d65492603fb /config.toml | |
parent | 6ae1e5bb27cb4fe83237a7bd6c7f00bdc626908d (diff) | |
download | website-b474df228d04999b6eec449e64ef464f10a0fc74.tar.lz website-b474df228d04999b6eec449e64ef464f10a0fc74.tar.zst website-b474df228d04999b6eec449e64ef464f10a0fc74.zip |
Set up author URLs from config params
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index b5ba90b..dee9174 100644 --- a/config.toml +++ b/config.toml @@ -10,3 +10,6 @@ Description = "…now has a website" [author] name = "Alan Pearce" + +[Params.author.urls] +Twitter = "https://twitter.com/alanpearceuk" |