aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-03-23 12:16:07 +0200
committerGitHub <noreply@github.com>2020-03-23 12:16:07 +0200
commit14c50900827944e51468581bbad32db8ac960587 (patch)
tree42cd7bd540ac834ad71f7eac78665fd384153c9c /layouts
parent4cdb6bf30a8c072ff0b756513749998ef78f16b8 (diff)
ver
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 9abb784..d008a11 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.1.0 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v4.1.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';