diff --git a/template.html b/template.html
index a6fec00..9e09c18 100644
--- a/template.html
+++ b/template.html
@@ -42,7 +42,7 @@
{{if .Available}}
{{.DomainName}} – Available!
{{else}}
- {{.DomainName}} – Registered since {{(parseTime .DomainInfo.CreatedDate).Format "Mon Jan 2 2006" }}
+ {{.DomainName}} – Registered since {{(parseTime .DomainInfo.CreatedDate).Format "Jan 2, 2006" }}
{{end}}
{{end}}
{{end}}
@@ -52,12 +52,12 @@
{{.DomainName}}
- Fetched
- - {{.FetchTime.Format "Mon Jan 2 15:04:05 -0700 MST 2006" }}
+ - {{.FetchTime.Format "Jan 2, 2006 15:04:05 -0700" }}
{{if not .Available}}
- Owner
- {{.Registrant.Name}} <{{.Registrant.Email}}>
- Since
- - {{(parseTime .DomainInfo.CreatedDate).Format "Mon Jan 2 2006" }}
+ - {{(parseTime .DomainInfo.CreatedDate).Format "Jan 2, 2006" }}
{{end}}
{{with .Title}}
- Title
@@ -70,7 +70,7 @@
{{if .ScreenshotURL}}
-
+
{{end}}
{{end}}