summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-08-08 13:14:36 +0100
committerAlan Pearce2014-08-08 13:14:36 +0100
commit15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6 (patch)
tree93051601a0bde11b38f2b502dfafd34bae444c01
parent8bf0b2cae1fcf16f3e08ad49ba8f6e599c89a34f (diff)
downloadwebsite-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.tar.lz
website-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.tar.zst
website-15cd92a6e463f6bdc1a3a10fd791c8c52a7f24b6.zip
Use baseurl instead of Site.Params.fullurl
-rw-r--r--config.toml2
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"