aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 18:41:26 +0300
committerGitHub <noreply@github.com>2022-07-13 18:41:26 +0300
commit44f87a0c23691761661ef98b862f18d5747c0153 (patch)
treeaa8e2e0ca58bd1611fa22732aee6d434825d8679 /layouts/partials/meta.html
parent6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (diff)
parentbdd27c6ee3ec7f127cf9bc1e567c7a7a23b16a09 (diff)
cState v5.4 goes live
Diffstat (limited to 'layouts/partials/meta.html')
-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 85a235a..fe8a1a4 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 v5.3 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v5.4 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';