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 | |
parent | 5f356b3c478bd64ef5ac7cbdd379b6ed4c63384d (diff) | |
download | website-2ec17af32dbe540c514f7b82942feac06affd9f0.tar.lz website-2ec17af32dbe540c514f7b82942feac06affd9f0.tar.zst website-2ec17af32dbe540c514f7b82942feac06affd9f0.zip |
Use baseurl instead of Site.Params.fullurl
-rw-r--r-- | config.toml | 2 | ||||
m--------- | themes/hyde | 0 |
2 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" diff --git a/themes/hyde b/themes/hyde -Subproject 8760b88691e626319bdc9af1d5f50803d1ff873 +Subproject b8ed0249925e968a005bee3186f9aa30ae5fd12 |