Fix date format below headlines
This commit is contained in:
parent
4cb72677db
commit
bd57c6fbf5
@ -99,7 +99,7 @@ struct PageContentGenerator {
|
||||
// For images: 
|
||||
// For videos: 
|
||||
// For svg with custom area: 
|
||||
// For downloads: 
|
||||
// For downloads: ; ...)
|
||||
// For a simple boxes: 
|
||||
// A fancy page link: 
|
||||
// External pages: 
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user