aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-10-02 17:50:51 +0300
committerGitHub <noreply@github.com>2021-10-02 17:50:51 +0300
commitc2a1e851bfa14012915a6bb3f85e3631c7c66d0f (patch)
treea8c2be1d7d98bae50b83434a2277367fa427a187 /layouts/partials/meta.html
parente4a030f208303e78e9cdd1166a1a411463c57990 (diff)
parent9c96914679f1ff1df0f14f2ba629a93ae2013843 (diff)
cState v5.1
cState v5.1
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 5c0df56..4e7d06e 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.0.5 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v5.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';