diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-01-02 21:06:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 21:06:00 +0200 |
commit | f55cffc137c01ccf1543d0b956d64c428be78405 (patch) | |
tree | 00c5f514244b25dec79c92fadf18d3bef6f52483 /layouts/index.json | |
parent | a8f60c31b75fe5a3c91a6595585738523f1cad25 (diff) | |
parent | 8dccaed582abc196d426687f73efd34135da0b83 (diff) |
v4.0.1
Add .Params.headerTextColor for consistent title color - v4.0.1
Diffstat (limited to 'layouts/index.json')
-rw-r--r-- | layouts/index.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.json b/layouts/index.json index 3a2c299..ce40383 100644 --- a/layouts/index.json +++ b/layouts/index.json @@ -5,7 +5,7 @@ {{ $isDown := where $active "Params.severity" "=" "down" }} { "is": "index", - "cStateVersion": "4.0.0", + "cStateVersion": "4.0.1", "apiVersion": "1.0.0", "title": "{{ .Site.Title }}", "languageCodeHTML": "{{ .Site.LanguageCode }}", @@ -56,4 +56,4 @@ "alwaysKeepBrandColor": "{{ .Site.Params.alwaysKeepBrandColor }}", "googleAnalytics": "{{ .Site.Params.googleAnalytics }}" -}
\ No newline at end of file +} |