Unverified Commit f891917f authored by Mantas Vilčinskas's avatar Mantas Vilčinskas Committed by GitHub
Browse files

v5.0.1

parent fafc304c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 - https://github.com/cstate/cstate">
    <meta name="generator" content="cState v5.0.1 - https://github.com/cstate/cstate">
    <meta name="theme-color" content="{{ .Site.Params.brand }}">
    <script>
    var themeBrandColor = '{{ .Site.Params.brand }}';