Skip to content

Commit

Permalink
create/skeletons: Fix languageCode region subtag
Browse files Browse the repository at this point in the history
Region subtag should be in ALLCAPS
  • Loading branch information
CyrusYip authored and bep committed Jul 2, 2024
1 parent 7b6dafc commit a95fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/skeletons/theme/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
languageCode = 'en-US'
title = 'My New Hugo Site'

[[menus.main]]
Expand Down

0 comments on commit a95fe50

Please sign in to comment.