Fix date format below headlines
This commit is contained in:
parent
4cb72677db
commit
bd57c6fbf5
@ -99,7 +99,7 @@ struct PageContentGenerator {
|
|||||||
// For images: ![*large* left_title](file right_title)
|
// For images: ![*large* left_title](file right_title)
|
||||||
// For videos: ![option1,option2,...](file)
|
// For videos: ![option1,option2,...](file)
|
||||||
// For svg with custom area: ![x,y,width,height](file.svg)
|
// For svg with custom area: ![x,y,width,height](file.svg)
|
||||||
// For downloads: ![download](file1, text1; file2, text2, ...)
|
// For downloads: ![download](file1, text1; file2, text2, (download-name); ...)
|
||||||
// For a simple boxes: ![box](title;body)
|
// For a simple boxes: ![box](title;body)
|
||||||
// A fancy page link: ![page](page_id)
|
// A fancy page link: ![page](page_id)
|
||||||
// External pages: ![external](url1, text1; url2, text2, ...)
|
// External pages: ![external](url1, text1; url2, text2, ...)
|
||||||
|
@ -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…
Reference in New Issue
Block a user