From 032cbf7ebba6c161aa579e1586e03ec45412fa63 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 11 Mar 2024 09:37:29 +0100 Subject: [PATCH] Fix hugo deprecation warning (#48) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index fa59ee9..43cc577 100644 --- a/config.toml +++ b/config.toml @@ -48,12 +48,12 @@ anchor = "smart" [languages] [languages.en] title = "Apache Parquet" -description = "The Apache Parquet Website" languageName ="English" contentDir = "content/en" # Weight used for sorting. weight = 1 - +[languages.en.params] +description = "The Apache Parquet Website" [markup] [markup.goldmark]