aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2019-12-15 13:23:12 +0200
committerMantas Vilčinskas <hi@mnts.lt>2019-12-15 13:23:12 +0200
commita658ba5a121bb17f1ac2a4ed3acacf335e5f729f (patch)
treefded3fda478ccaf542b1a9ed841a5513c8774f61 /layouts
parentd04adae5f8ac3e8296b2efc1c455abdafc37eb60 (diff)
Update documentation and version
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.json4
-rw-r--r--layouts/partials/js.html2
-rw-r--r--layouts/partials/meta.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/layouts/index.json b/layouts/index.json
index c2a2c49..3a2c299 100644
--- a/layouts/index.json
+++ b/layouts/index.json
@@ -5,8 +5,8 @@
{{ $isDown := where $active "Params.severity" "=" "down" }}
{
"is": "index",
- "cStateVersion": "4.0",
- "apiVersion": "1.0",
+ "cStateVersion": "4.0.0",
+ "apiVersion": "1.0.0",
"title": "{{ .Site.Title }}",
"languageCodeHTML": "{{ .Site.LanguageCode }}",
"languageCode": "{{ T "languageCode" }}",
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 54a0176..7740d85 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.0.0 - Dev 2019-10-06 - https://github.com/cstate/cstate');
+ console.log('cState v4.0.0 - rc1 2019-12-15 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index d953331..19ac00c 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -12,7 +12,7 @@
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
- <meta name="generator" content="cState v4.0.0 - Dev 2019-10-06">
+ <meta name="generator" content="cState v4.0.0 - rc1 2019-12-15 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';