Update multilingual.md

This commit is contained in:
Joe Mooring 2024-10-23 08:36:53 -07:00 committed by GitHub
parent 1432da7bd8
commit 4c9c3bb06d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ In the example above, all settings except `color` below `params` map to predefin
```go-html-template
{{ site.Title }}
{{ site.LanguageCode }}
{{ site.Language.LanguageCode }}
{{ site.Params.color }}
```