aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-06-16 13:44:34 +0300
committerGitHub <noreply@github.com>2020-06-16 13:44:34 +0300
commit3e1761f6de2083afba83b54178e90f8c145f3b44 (patch)
treea37cd6e59a73fea0d62207dcdea902cbbcdd4f4d
parentbac5ec2f97434fa4ee230bcd8ded1ad130134fad (diff)
v4.2.1
-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 d81b6b5..da7bc3e 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.2.0 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v4.2.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';