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