summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrus Yip <60951091+CyrusYip@users.noreply.github.com>2024-06-29 23:16:36 +0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-07-02 08:43:19 +0200
commita95fe50616c1f4810d4492aa347d4e17a3605f5d (patch)
treec4fbefce04148b8ac61b6c10c8fb4bcc037aef4c
parent7b6dafc53a21295e10c2bbc893bf265ea0dd2b22 (diff)
create/skeletons: Fix languageCode region subtag
Region subtag should be in ALLCAPS
-rw-r--r--create/skeletons/theme/hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/skeletons/theme/hugo.toml b/create/skeletons/theme/hugo.toml
index 890e58deb..6c35bc476 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]]