aboutsummaryrefslogtreecommitdiff
path: root/layouts/issues/small.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/issues/small.html')
-rw-r--r--layouts/issues/small.html25
1 files changed, 20 insertions, 5 deletions
diff --git a/layouts/issues/small.html b/layouts/issues/small.html
index 115d5d0..51f5e67 100644
--- a/layouts/issues/small.html
+++ b/layouts/issues/small.html
@@ -68,11 +68,15 @@
{{ else }}
<!-- If not resolved -->
- <small class="date float-right {{ cond .Site.Params.useRelativeTime "relative-time" "" }}" title="{{ .Date.Format "Jan 2 15:04:05 2006 UTC" }}">
- {{ if .Site.Params.dateFormat }}
- {{ .Date.Format .Site.Params.dateFormat }}
+ <small class="date float-right {{ cond .Site.Params.useRelativeTime "relative-time" "" }}" title="{{ .Date.Format "Jan 2 15:04:05 2006 UTC" }}">
+
+ {{ if .Date.Before now }}
+ {{ if .Site.Params.dateFormat }}
+ {{ .Date.Format .Site.Params.dateFormat }}
+ {{ else }}
+ {{ .Date.Format "January 2, 2006 at 3:04 PM" }}
+ {{ end }}
{{ else }}
- {{ .Date.Format "January 2, 2006 at 3:04 PM" }}
{{ end }}
</small>
@@ -80,13 +84,24 @@
{{ .Title }}
</h3>
+
+
<!-- Marker -->
{{ if eq .Params.severity "notice" }}
<strong class="warning">
- {{ T "downtimeOngoing" }}
+ {{ if .Date.Before now }}
+ {{ T "downtimeOngoing" }}
+ {{ else }}
+ {{ if .Site.Params.dateFormat }}
+ {{ .Date.Format .Site.Params.dateFormat }}
+ {{ else }}
+ {{ .Date.Format "January 2, 2006 at 3:04 PM" }}
+ {{ end }}
+ {{ end }}
</strong>
{{ else }}
+
<strong class="error">
{{ if eq .Params.severity "down" }}