From 9eeb1f4dc31ad20bd0266fc0980d5e56753128c8 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 31 Dec 2023 17:34:23 +0100 Subject: [PATCH] fix deprecation warnings from hugo since hugo v0.112.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit → https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120 --- config/_default/config.toml | 2 +- config/_default/languages.en.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index db5d844..4e4b1f4 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -101,4 +101,4 @@ home = [ "HTML", "ATOM", "JSON", "HumansTXT", "Tootpick"] section = [ "HTML", ] page = [ "HTML" ] taxonomy = [ "HTML" ] -taxonomyTerm = [ "HTML" ] +#taxonomyTerm = [ "HTML" ] diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index d2959bc..eeee78b 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -7,12 +7,10 @@ weight = 1 #rtl = false title = "OE7DRT" -description = "my personal website – OE7DRT" -# description = "My awesome website" -#copyright = "Copy, _right?_ :thinking_face:" copyright = "Copyright by Dominic Reich “OE7DRT”." [params] + description = "my personal website – OE7DRT" dateFormat = "2 January 2006" [params.author]