diff options
author | Alan Pearce | 2014-08-02 12:58:45 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-02 12:58:45 +0100 |
commit | 13fe532fd1247e247920b16d4f397aa47adb354d (patch) | |
tree | 180ec645b6b754806012df0fa37e5388f8bca688 /config.toml | |
parent | 5c0cd4c9cc36f6127e5f354f81ab4b23fb6f9b2b (diff) | |
download | website-13fe532fd1247e247920b16d4f397aa47adb354d.tar.lz website-13fe532fd1247e247920b16d4f397aa47adb354d.tar.zst website-13fe532fd1247e247920b16d4f397aa47adb354d.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 696ddc1..f7c699c 100644 --- a/config.toml +++ b/config.toml @@ -10,3 +10,6 @@ fullurl = "https://alanpearce.uk" [author] name = "Alan Pearce" + +[Params.author.urls] +Twitter = "https://twitter.com/alanpearceuk" |