Skip to content

Commit 59973b6

Browse files
authored
Fix: remove warnings emitted from hugo v0.112 (#206)
1 parent 2112cfb commit 59973b6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

config.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,27 @@ id = "UA-00000000-0"
6161
[languages]
6262
[languages.en]
6363
title = "Goldydocs"
64-
description = "A Docsy example site"
6564
languageName ="English"
6665
# Weight used for sorting.
6766
weight = 1
67+
[languages.en.params]
68+
description = "A Docsy example site"
69+
6870
[languages.no]
6971
title = "Goldydocs"
70-
description = "Docsy er operativsystem for skyen"
7172
languageName ="Norsk"
7273
contentDir = "content/no"
74+
[languages.no.params]
75+
description = "Docsy er operativsystem for skyen"
7376
time_format_default = "02.01.2006"
7477
time_format_blog = "02.01.2006"
7578

7679
[languages.fa]
7780
title = "اسناد گلدی"
78-
description = "یک نمونه برای پوسته داکسی"
7981
languageName ="فارسی"
8082
contentDir = "content/fa"
83+
[languages.fa.params]
84+
description = "یک نمونه برای پوسته داکسی"
8185
time_format_default = "2006.01.02"
8286
time_format_blog = "2006.01.02"
8387

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
[build.environment]
3-
HUGO_VERSION = "0.104.3"
4-
GO_VERSION = "1.19.2"
3+
HUGO_VERSION = "0.112.1"
4+
GO_VERSION = "1.20.4"

0 commit comments

Comments
 (0)