Skip to content

Commit d52901e

Browse files
committed
feat: update hugo.toml with refined language configuration
- Corrected `languageCode` to uppercase format (`nl-BE`). - Added `languages` section with `nl` language details and weighted priority. - Disabled `defaultContentLanguageInSubdir` for streamlined URL structure.
1 parent 545a5ea commit d52901e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

hugo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,15 @@ repo = "denmette/denmette.github.io"
4141
issueTerm = "og:title"
4242
label = "comments"
4343

44-
languageCode = "nl-be"
44+
languageCode = "nl-BE"
4545
defaultContentLanguage = "nl"
46+
defaultContentLanguageInSubdir = false
47+
48+
[languages]
49+
[languages.nl]
50+
languageCode = "nl-BE"
51+
languageName = "Nederlands"
52+
weight = 1
4653

4754
[pagination]
4855
pagerSize = 5

0 commit comments

Comments
 (0)