mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit 5934289589ba9803930a07f4159790f78bb6f29e
parent 26c280fc76404d04740e756a94e5b5ce05606ec1
Author: martin@ashbysoft.com <martin@ashbysoft.com>
Date:   Tue,  9 Nov 2021 21:55:37 +0000

Set the language code correctly, I write in en_gb
Diffstat:
Mconfig.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"