aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-29 15:11:21 +0300
committerGitHub <noreply@github.com>2022-10-29 15:11:21 +0300
commit0756ed46f5411ac5c77ec2584a0f316a582a90ef (patch)
tree31c4788adec5b986796fb0968caa79323b9ec627 /layouts
parentbeacd92b03b710ca01cb407d4440d51ff1fd3347 (diff)
ver bump for #252 hotfix
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 b56d61f..c8381a9 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.5 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v5.5.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';