From a0d540c602d31ad752111a67368cb8379eb9c7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 3 Apr 2024 11:41:25 +0200 Subject: [PATCH] Fix Hugo warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6e2fb4cc..a4245d0b 100644 --- a/config.toml +++ b/config.toml @@ -10,15 +10,16 @@ enableRobotsTXT = true # We disable RSS, because (a) it's useless, (b) Hugo seems to generate broken # links to it when used with a --baseURL (for example, https://spec.matrix.org/v1.4/ # contains ``). -disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] +disableKinds = ["taxonomy", "RSS"] [languages] [languages.en] title = "Matrix Specification" -description = "Home of the Matrix specification for decentralised communication" languageName ="English" # Weight used for sorting. weight = 1 +[languages.en.params] +description = "Home of the Matrix specification for decentralised communication" # Entries in the main menu in the header. [menus]