diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 20:00:51 +0200 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 20:00:51 +0200 |
commit | eb9fe78beb2606720143c212a2e4be72ce63a6b7 (patch) | |
tree | 0269f82a086e0389b6474138aa58de3a71303723 /layouts | |
parent | c060b30e20caa18e717ab91146176b71d989ecbf (diff) |
Fix #64
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/issues/small.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/issues/small.html b/layouts/issues/small.html index 6833b68..ef30b75 100644 --- a/layouts/issues/small.html +++ b/layouts/issues/small.html @@ -65,10 +65,6 @@ {{ .Title }} </h3> - {{ $t := (time .Params.ResolvedWhen) }} - {{ $timeDiff := (sub $t.Unix .Date.Unix) }} - {{ $diffInMin := (div $timeDiff 60) }} - <!-- Marker --> <div class="error">{{ T "downtimeOngoing" }}</div> |