From 25208930585604d6d0a9796c2a70b61aef5ff44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Sun, 1 Sep 2024 07:21:06 +0000 Subject: [PATCH] fix custom params on the language top level was deprecated --- hugo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index dc3f1478..16267af5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -72,11 +72,12 @@ id = "" [languages] [languages.en] -description = "Guidelines for when Developing AL for Microsoft Dynamics 365 Business Central" -languageName = "English" title = "alguidelines.dev - Business Central Design Patterns" -# Weight used for sorting. +languageName = "English" weight = 1 +[languages.en.params] +description = "Guidelines for when Developing AL for Microsoft Dynamics 365 Business Central" +# Weight used for sorting. # Everything below this are Site Params