diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-11-09 21:55:37 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-11-09 21:55:37 +0000 |
commit | 5934289589ba9803930a07f4159790f78bb6f29e (patch) | |
tree | 5c84ad86579fcbd6d363db7d0168e5e82b1b8ac4 | |
parent | 26c280fc76404d04740e756a94e5b5ce05606ec1 (diff) | |
download | mfashby.net-5934289589ba9803930a07f4159790f78bb6f29e.tar.gz mfashby.net-5934289589ba9803930a07f4159790f78bb6f29e.tar.bz2 mfashby.net-5934289589ba9803930a07f4159790f78bb6f29e.tar.xz mfashby.net-5934289589ba9803930a07f4159790f78bb6f29e.zip |
Set the language code correctly, I write in en_gb
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 97169c9..fdb0e35 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ baseURL = 'https://mfashby.net/' -languageCode = 'en-us' +languageCode = 'en-gb' title = 'mfashby.net' theme = "XMin" |