From e20a6bc9af9835674ced22e0551773afab57f782 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 21 Nov 2016 17:06:08 -0800 Subject: [PATCH] Fix clear template issue formatting the date. Signed-off-by: David Calavera --- site/layouts/partials/all-clear.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/all-clear.html b/site/layouts/partials/all-clear.html index 2137007..4f3e068 100644 --- a/site/layouts/partials/all-clear.html +++ b/site/layouts/partials/all-clear.html @@ -1,7 +1,7 @@
{{ with .Date }} - {{ $latestDate := dateFormat "2006-01-02T15:04:05" .Date}} + {{ $latestDate := dateFormat "2006-01-02T15:04:05" .}}

48+ days since last incident

{{ else }}

No incidents so far, all is good