From a95fe50616c1f4810d4492aa347d4e17a3605f5d Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:16:36 +0800 Subject: [PATCH] create/skeletons: Fix languageCode region subtag Region subtag should be in ALLCAPS --- create/skeletons/theme/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create/skeletons/theme/hugo.toml b/create/skeletons/theme/hugo.toml index 890e58deb3a..6c35bc476f0 100644 --- a/create/skeletons/theme/hugo.toml +++ b/create/skeletons/theme/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'https://example.org/' -languageCode = 'en-us' +languageCode = 'en-US' title = 'My New Hugo Site' [[menus.main]]