aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-07-24 13:53:36 +0300
committerGitHub <noreply@github.com>2021-07-24 13:53:36 +0300
commitf5760ebdcdfd73155e28f7d3b59f20794ac9cb20 (patch)
treeba35f41a6cff405818b4824321ec8f61a1670e65 /layouts/partials
parent892af4b96106670f5c2744c39665036401c68796 (diff)
5.0.4
Diffstat (limited to 'layouts/partials')
-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 53b58bf..4ac0c54 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.3 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v5.0.4 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';