From b5b9f8da3a2697e4c0d9ee78ead403b83d022675 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Mon, 18 Oct 2021 22:38:48 -0500 Subject: [PATCH] Fix bug with unregistered domains not having owners (duh) --- template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.html b/template.html index 43c2263..6790977 100644 --- a/template.html +++ b/template.html @@ -31,9 +31,9 @@
Fetched
{{.FetchTime.Format "Mon Jan 2 15:04:05 -0700 MST 2006" }}
+ {{if not .Available}}
Owner
{{.Registrant.Name}} <{{.Registrant.Email}}>
- {{if not .Available}}
Since
{{(parseTime .DomainInfo.CreatedDate).Format "Mon Jan 2 2006" }}
{{end}}