diff options
author | Alan Pearce | 2014-08-08 13:14:36 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-08 13:14:36 +0100 |
commit | 2ec17af32dbe540c514f7b82942feac06affd9f0 (patch) | |
tree | 0230da1095123a95a1a5afa6cc47f7ca8c91c705 /config.toml | |
parent | 5f356b3c478bd64ef5ac7cbdd379b6ed4c63384d (diff) | |
download | website-2ec17af32dbe540c514f7b82942feac06affd9f0.tar.lz website-2ec17af32dbe540c514f7b82942feac06affd9f0.tar.zst website-2ec17af32dbe540c514f7b82942feac06affd9f0.zip |
Use baseurl instead of Site.Params.fullurl
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 8bcef06..87a99ae 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ languageCode = "en-gb" +baseurl = "https://alanpearce.uk" title = "Alan Pearce" theme = "hyde" pygmentsuseclasses = true @@ -6,7 +7,6 @@ copyright = "Licensed under a Creative Commons Attribution 4.0 International Lic [Params] Description = "…now has a website" -fullurl = "https://alanpearce.uk" [author] name = "Alan Pearce" |