Skip to content

Commit f2c875c

Browse files
deiningchalin
authored andcommitted
Fix deprecation warnings emitted from hugo 0.158.0
1 parent a3dbaed commit f2c875c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ imaging:
5656
# Language configuration
5757
languages:
5858
en:
59-
languageName: English
59+
label: English
6060
title: Goldydocs
6161
params:
6262
description: A Docsy example site
6363
# cSpell:disable
6464
no:
65-
languageName: Norsk
65+
label: Norsk
6666
contentDir: content/no
6767
title: Gulldoks
6868
params:
6969
description: Docsy er operativsystem for skyen
7070
time_format_default: 02.01.2006
7171
time_format_blog: 02.01.2006
7272
fa:
73-
languageDirection: rtl
74-
languageName: 'فارسی (Persian)'
73+
direction: rtl
74+
label: 'فارسی (Persian)'
7575
contentDir: content/fa
7676
title: 'اسناد گلدی'
7777
params:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"autoprefixer": "^10.5.0",
5656
"cross-env": "^10.1.0",
57-
"hugo-extended": "0.157.0",
57+
"hugo-extended": "0.161.1",
5858
"postcss-cli": "^11.0.1",
5959
"rtlcss": "^4.3.0"
6060
},

0 commit comments

Comments
 (0)