aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.json
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2023-09-02 14:12:54 +0300
committerGitHub <noreply@github.com>2023-09-02 14:12:54 +0300
commited865eea911683997fad231f4300dfdf060d78d4 (patch)
treea99a5fe988ca7db820d3532b32a41fec55f9104a /layouts/index.json
parent04678ea04fe93a578f949f23e6a7e74a88fc54cd (diff)
parentf317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (diff)
v5.5.2 - Fixing bugs, small fixes
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 e2e7b7f..a7ce134 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.5.1",
+ "cStateVersion": "5.5.2",
"apiVersion": "2.0",
"title": "{{ .Site.Title }}",
"languageCodeHTML": "{{ .Site.LanguageCode }}",