diff options
author | Alan Pearce | 2014-08-08 13:14:36 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-08 13:14:36 +0100 |
commit | 15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6 (patch) | |
tree | 93051601a0bde11b38f2b502dfafd34bae444c01 | |
parent | 8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f (diff) | |
download | website-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.tar.lz website-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.tar.zst website-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.zip |
Use baseurl instead of Site.Params.fullurl
-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" |