mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-10 12:08:12 -06:00
Change footer text format
This commit is contained in:
@@ -155,7 +155,7 @@ var CommitId = func() string {
|
||||
}()
|
||||
|
||||
func GetFooterText() string {
|
||||
return fmt.Sprintf("Fetched at %s @%s",
|
||||
time.Now().Format("Monday, January 2, 2006 at 3:04:05PM"),
|
||||
return fmt.Sprintf("%s (#%s)",
|
||||
time.Now().Format("Jan 2, 2006 3:04:05PM"),
|
||||
strings.ToLower(CommitId[:7]))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user