site.Language.Params deprecation, now using site.Params directly
All checks were successful
/ deploy (push) Successful in 45s

This commit is contained in:
Mans Ziesel 2024-02-08 21:39:44 +01:00
parent 45faef42db
commit 300400c196
2 changed files with 12 additions and 8 deletions

View File

@ -1,16 +1,18 @@
languageCode = "en"
languageName = "English"
weight = 2
[params]
displayName = "EN"
isoCode = "en"
weight = 2
rtl = false
dateFormat = "2 January 2006"
title = "Mans Ziesel"
# logo = "img/Mans_Ziesel_Portrait.jpg"
description = "Website of Mans Ziesel"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Mans Ziesel"

View File

@ -1,16 +1,18 @@
languageCode = "nl"
languageName = "Nederlands"
weight = 1
[params]
displayName = "NL"
isoCode = "nl"
weight = 1
rtl = false
dateFormat = "2 January 2006"
title = "Mans Ziesel"
# logo = "img/Mans_Ziesel_Portrait.jpg"
description = "Website van Mans Ziesel"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Mans Ziesel"