Fix date format below headlines

This commit is contained in:
Christoph Hagen
2023-07-28 13:21:57 +02:00
parent 4cb72677db
commit bd57c6fbf5
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ struct LocalizedSiteTemplate {
self.month = df2
let df3 = DateFormatter()
df3.dateFormat = "dd"
df3.dateFormat = "d"
df3.locale = Locale(identifier: language)
self.day = df3