aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.json
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2024-01-18 11:58:37 +0200
committerGitHub <noreply@github.com>2024-01-18 11:58:37 +0200
commit0705cd1b7501e8ff724021e18470246fe5563a8c (patch)
tree8ed621637d8149073c9949d8c97aba96dee00bf1 /layouts/index.json
parent2c9558bf290213f65589370f16911eb53e3ca794 (diff)
parentdfa0d4f350ee90b4c093629bbac46f5b8392928f (diff)
v5.6.1 - css bugfix #309
Dev
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 0067dc3..0a9c89e 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.6",
+ "cStateVersion": "5.6.1",
"apiVersion": "2.0",
"title": "{{ .Site.Title }}",
"languageCodeHTML": "{{ .Site.LanguageCode }}",