aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.json
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-05-01 23:15:09 +0300
committerGitHub <noreply@github.com>2021-05-01 23:15:09 +0300
commit164d0b1d0e53c3aa0bd4038e464a150f479bd41a (patch)
tree00a7e862d38201dffe9863052451f26a587f616e /layouts/index.json
parent27ffa549c10f415973f2b894b176754cbf910af5 (diff)
v5.0.2 fix #180 by showing date instead of relative time for future dates
report by @untuned
Diffstat (limited to 'layouts/index.json')
-rw-r--r--layouts/index.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.json b/layouts/index.json
index 7a14745..c707f5c 100644
--- a/layouts/index.json
+++ b/layouts/index.json
@@ -1,6 +1,6 @@
{{ $incidents := where .Site.RegularPages "Params.section" "issue" }}{{ $active := where $incidents "Params.resolved" "=" false }}{{ $isNotice := where $active "Params.severity" "=" "notice" }}{{ $isDisrupted := where $active "Params.severity" "=" "disrupted" }}{{ $isDown := where $active "Params.severity" "=" "down" }}{
"is": "index",
- "cStateVersion": "5.0.1",
+ "cStateVersion": "5.0.2",
"apiVersion": "2.0",
"title": "{{ .Site.Title }}",
"languageCodeHTML": "{{ .Site.LanguageCode }}",