diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:29:09 +0200 |
commit | 8c79f45c72d65344906f4ebda4b3f2544e88cfde (patch) | |
tree | 99058c4e2237e12a7846e55a3c7475da1e6b595d | |
parent | dc101bb197a231214659122a8ecb25476a7264fc (diff) |
v4.4
-rw-r--r-- | layouts/partials/meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 35a99d7..77c66db 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.3.1 - https://github.com/cstate/cstate"> + <meta name="generator" content="cState v4.4 - https://github.com/cstate/cstate"> <meta name="theme-color" content="{{ .Site.Params.brand }}"> <script> var themeBrandColor = '{{ .Site.Params.brand }}'; |