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,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";
};
};
}
];