mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
create/skeletons: Fix languageCode region subtag
Region subtag should be in ALLCAPS
This commit is contained in:
parent
7b6dafc53a
commit
a95fe50616
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
languageCode = 'en-US'
|
||||
title = 'My New Hugo Site'
|
||||
|
||||
[[menus.main]]
|
||||
|
|
Loading…
Reference in a new issue