aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-10-27 21:29:09 +0200
committerGitHub <noreply@github.com>2020-10-27 21:29:09 +0200
commit8c79f45c72d65344906f4ebda4b3f2544e88cfde (patch)
tree99058c4e2237e12a7846e55a3c7475da1e6b595d /layouts
parentdc101bb197a231214659122a8ecb25476a7264fc (diff)
v4.4
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 35a99d7..77c66db 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.3.1 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v4.4 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';