This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 032cbf7 Fix hugo deprecation warning (#48)
032cbf7 is described below
commit 032cbf7ebba6c161aa579e1586e03ec45412fa63
Author: Andreas Deininger <[email protected]>
AuthorDate: Mon Mar 11 09:37:29 2024 +0100
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]