aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 13:17:50 +0300
committerGitHub <noreply@github.com>2020-05-19 13:17:50 +0300
commite764eef19d9bf5e8933efce1a170240d505923f1 (patch)
tree0284e611636dd36baeea4aafd752427362706fb0 /layouts
parent9527ad08ecb4fc07a1dc602f5f0f7106badc902a (diff)
VERSION 4.2.0 CHANGE
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index d008a11..02af661 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.1.1 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v4.2.0 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';