diff options
author | Alan Pearce | 2019-06-15 20:35:15 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-15 20:35:15 +0200 |
commit | e991fb3171569465327f2098818190cf96b30f1c (patch) | |
tree | 0110c43714989ec23a33ead537d51b82cd46474e | |
parent | 87c5bf808a55681844674f0d82ffa6e77fc2c447 (diff) | |
download | website-e991fb3171569465327f2098818190cf96b30f1c.tar.lz website-e991fb3171569465327f2098818190cf96b30f1c.tar.zst website-e991fb3171569465327f2098818190cf96b30f1c.zip |
Use proper language code
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index ceef209..c1f5624 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -languageCode = "en-gb" +languageCode = "en-GB" baseurl = "https://www.alanpearce.eu" title = "Alan Pearce" theme = "hyde" |