From ba1850f2dce702af4b57f76c539b45797c03b350 Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 10 Apr 2022 11:02:15 +0200 Subject: [PATCH] add language support --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 36b04fa..50d722b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "http://example.org/" -languageCode = "en-us" +languageCode = "eng" title = "batsite" theme = "battheme" sectionPagesMenu = "main"