mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
e6625fb118
https://gohugo.io/methods/site/language/ https://gohugo.io/methods/page/language/ https://gohugo.io/configuration/languages/
5 lines
156 B
HTML
5 lines
156 B
HTML
{{- $cjk := slice "zh-cn" "zh-tw" "ja" "ko" -}}
|
|
{{- $isCJK := (in $cjk .Page.Language.Name) | default .Page.Params.IsCJKLanguage -}}
|
|
|
|
{{- return $isCJK -}}
|