Fix syntax for Homepage datetime widget

This commit is contained in:
Dmitry 2026-03-29 18:40:00 +01:00 committed by GitHub
parent 1dabf955a8
commit b5b233dac8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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