diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-07-24 13:53:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 13:53:36 +0300 |
commit | f5760ebdcdfd73155e28f7d3b59f20794ac9cb20 (patch) | |
tree | ba35f41a6cff405818b4824321ec8f61a1670e65 | |
parent | 892af4b96106670f5c2744c39665036401c68796 (diff) |
5.0.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 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 }}'; |