mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-10 06:48:01 -05:00
Fix #11 Correct date format
This commit is contained in:
@@ -51,7 +51,7 @@ var root = &cobra.Command{
|
||||
Slides: slides,
|
||||
Page: 0,
|
||||
Author: user.Name,
|
||||
Date: s.ModTime().Format("2006-01-03"),
|
||||
Date: s.ModTime().Format("2006-01-02"),
|
||||
}, tea.WithAltScreen())
|
||||
|
||||
err = p.Start()
|
||||
|
||||
Reference in New Issue
Block a user