diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2019-12-21 21:14:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 21:14:41 +0200 |
commit | 12e885ad58d44d55603a64906d1dcf7f1d961b4c (patch) | |
tree | 7528a3042e37765e286c9490f5b321e6799acb41 /layouts | |
parent | 7f2b0d1a397652d3d298dad7bcd3ca10be704329 (diff) |
Finalize ver
Diffstat (limited to 'layouts')
-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 19ac00c..9389c54 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.0.0 - rc1 2019-12-15 - https://github.com/cstate/cstate"> + <meta name="generator" content="cState v4.0.0 - https://github.com/cstate/cstate"> <meta name="theme-color" content="{{ .Site.Params.brand }}"> <script> var themeBrandColor = '{{ .Site.Params.brand }}'; |