diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-01 23:22:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 23:22:46 +0300 |
commit | 5bd31631bd30fd5753c3dd4c6de8a7d60319cd8b (patch) | |
tree | 94a1ac86298ccf3fd23dc1d3b3b3d195f85ce6a8 | |
parent | f9cad0c0620613c5d67cdf3ce09008a53c763827 (diff) |
5.0.5
-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 4ac0c54..5c0df56 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.4 - https://github.com/cstate/cstate"> + <meta name="generator" content="cState v5.0.5 - https://github.com/cstate/cstate"> <meta name="theme-color" content="{{ .Site.Params.brand }}"> <script> var themeBrandColor = '{{ .Site.Params.brand }}'; |