You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constparamsDeprecationWarning=`.Language.Params is deprecated and will be removed in a future release. Use site.Params instead.
89
+
90
+
Also, for all but custom parameters, you need to use the built in Hugo variables, e.g. site.Title, site.LanguageCode; site.Language.Params.Title will not work.
79
91
92
+
See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120
93
+
94
+
`
95
+
96
+
// Params returns the language params.
97
+
// Note that this is the same as the Site.Params, but we keep it here for legacy reasons.
0 commit comments