forgot timestamp default format

This commit is contained in:
Cynthia Foxwell 2023-07-27 21:02:51 -06:00
parent 06a5873908
commit 2c727e2600
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ func ReplaceMarkdown(content string, noColor bool) string {
case "D":
return timeObj.Format("2 January 2006")
case "f":
default:
return timeObj.Format("2 January 2006 15:04")
case "F":
return timeObj.Format("Monday, 2 January 2006 15:04")