mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 19:54:08 +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/'
|
||||
languageCode = 'en-us'
|
||||
languageCode = 'en-US'
|
||||
title = 'My New Hugo Site'
|
||||
|
||||
[[menus.main]]
|
||||
|
Reference in New Issue
Block a user