Fix syntax for Homepage datetime widget

This commit is contained in:
Dmitry 2026-03-29 18:40:00 +01:00 committed by Pierre Penninckx
parent 1dabf955a8
commit 78b3a989f9

View file

@ -89,10 +89,12 @@ The names are arbitrary and you can order them as you wish through the `sortOrde
widgets = [
{
locale = "fr";
format = {
dateStyle = "long";
timeStyle = "long";
datetime = {
locale = "fr";
format = {
dateStyle = "long";
timeStyle = "long";
};
};
}
];