diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html index cefe1d8..01584b2 100644 --- a/themes/sourcehut/mailbox.html +++ b/themes/sourcehut/mailbox.html @@ -49,7 +49,7 @@ href="/message/{{$.Mailbox.Name | pathescape}}/{{.Uid}}?part={{.TextPartName}}" > - {{ .Envelope.Date.Format "Mon Jan 02 15:04" }} + {{ .Envelope.Date | formatdate }} {{ range .Envelope.From }} @@ -75,7 +75,7 @@ {{end}}

{{else}} -

Mailbox is empty.

+

No message.

{{end}}