mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
create/skeletons: Fix languageCode region subtag
Region subtag should be in ALLCAPS
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
7b6dafc53a
commit
a95fe50616
@@ -1,5 +1,5 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-US'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
|
Reference in New Issue
Block a user