From 7b439b70b942a1024d33f6eab1284d727441cccb Mon Sep 17 00:00:00 2001 From: lctrevizan <106083845+lctrevizan@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:37:40 -0300 Subject: [PATCH] Update config.toml Updated config.toml to avoid deprecation --- exampleSite/config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0eb6fcb..33ae343 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -186,14 +186,16 @@ disableHugoGeneratorInject = false [languages] [languages.en] - subtitle = "Hello Friend NG Theme" weight = 1 copyright = 'CC BY-NC 4.0' + [languages.en.params] + subtitle = "Hello Friend NG Theme" [languages.fr] - subtitle = "Hello Friend NG Theme" weight = 2 copyright = 'CC BY-NC 4.0' + [languages.fr.params] + subtitle = "Hello Friend NG Theme" [menu] [[menu.main]]