Fix date format below headlines
This commit is contained in:
parent
4cb72677db
commit
bd57c6fbf5
@ -99,7 +99,7 @@ struct PageContentGenerator {
|
|||||||
// For images: 
|
// For images: 
|
||||||
// For videos: 
|
// For videos: 
|
||||||
// For svg with custom area: 
|
// For svg with custom area: 
|
||||||
// For downloads: 
|
// For downloads: ; ...)
|
||||||
// For a simple boxes: 
|
// For a simple boxes: 
|
||||||
// A fancy page link: 
|
// A fancy page link: 
|
||||||
// External pages: 
|
// External pages: 
|
||||||
|
@ -51,7 +51,7 @@ struct LocalizedSiteTemplate {
|
|||||||
self.month = df2
|
self.month = df2
|
||||||
|
|
||||||
let df3 = DateFormatter()
|
let df3 = DateFormatter()
|
||||||
df3.dateFormat = "dd"
|
df3.dateFormat = "d"
|
||||||
df3.locale = Locale(identifier: language)
|
df3.locale = Locale(identifier: language)
|
||||||
self.day = df3
|
self.day = df3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user